Class AddressableAssetProfileSettings.ProfileIdData
A container for profile specific data, such as the name and ID of a profile.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Settings
Syntax
[Serializable]
public class ProfileIdData
Constructors
Name | Description |
---|---|
ProfileIdData(String, String, Boolean) | Create a new ProfileIdData. |
Properties
Name | Description |
---|---|
Id | The unique ID set to identify a specific profile. |
ProfileName | The name of the specific profile. |
Methods
Name | Description |
---|---|
SetName(String, AddressableAssetProfileSettings) | Changes the name of a given profile and updates the values in the profile settings. |