Class AddressableAssetProfileSettings.ProfileIdData
A container for profile specific data, such as the name and ID of a profile.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Settings
Assembly: Unity.Addressables.Editor.dll
Syntax
[Serializable]
public class AddressableAssetProfileSettings.ProfileIdData
  Constructors
| Name | Description | 
|---|---|
| ProfileIdData(string, string, bool) | 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.  |