docs.unity3d.com
    Show / Hide Table of Contents

    Method GetValue

    GetValue(AddressableAssetSettings)

    Evaluate the profile value using the provided settings object.

    Declaration
    public string GetValue(AddressableAssetSettings settings)
    Parameters
    Type Name Description
    AddressableAssetSettings settings

    The settings object to evaluate with. The activeProfileId will be used.

    Returns
    Type Description
    String

    The evaluated string stored in the referenced profile variable.

    GetValue(AddressableAssetProfileSettings, String)

    Evaluate the profile value using the provided profile settings object and a profile id.

    Declaration
    public string GetValue(AddressableAssetProfileSettings profileSettings, string profileId)
    Parameters
    Type Name Description
    AddressableAssetProfileSettings profileSettings

    The profile settings object.

    String profileId

    The profile id.

    Returns
    Type Description
    String

    The evaluated string stored in the referenced profile variable.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023