Class AddressableAssetProfileSettings.ProfileIdData
A container for profile specific data, such as the name and ID of a profile.
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Settings
어셈블리: solution.dll
구문
[Serializable]
public class AddressableAssetProfileSettings.ProfileIdData
생성자
| 이름 | 설명 |
|---|---|
| ProfileIdData(string, string, bool) | Create a new ProfileIdData. |
프로퍼티
| 이름 | 설명 |
|---|---|
| Id | The unique ID set to identify a specific profile. |
| ProfileName | The name of the specific profile. |
메서드
| 이름 | 설명 |
|---|---|
| SetName(string, AddressableAssetProfileSettings) | Changes the name of a given profile and updates the values in the profile settings. |