docs.unity.cn
    Show / Hide Table of Contents

    Constructor ProfileIdData

    ProfileIdData(String, String, Boolean)

    Create a new ProfileIdData.

    Declaration
    public ProfileIdData(string entryId, string entryName, bool inline)
    Parameters
    Type Name Description
    String entryId

    The unique ID for this ProfileIdData

    String entryName

    The name of the ProfileIdData. ProfileIdData names should be unique in a given AddressableAssetProfileSettings.

    Boolean inline

    False by default, this informs the BuildProifleSettingsEditor on if it should evaluate the ProfileIdData directly (true) or get the value by Id first before evaluation (false).

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, June 26, 2023