Method SetName
SetName(string, AddressableAssetProfileSettings)
Changes the name of a given profile and updates the values in the profile settings.
선언
public void SetName(string newName, AddressableAssetProfileSettings profileSettings)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | newName | The new name you want to set the profile to. |
AddressableAssetProfileSettings | profileSettings | The profile settings object that contains this profile. |