Method SetName
SetName(string, AddressableAssetProfileSettings)
Changes the name of a given profile and updates the values in the profile settings.
Declaration
public void SetName(string newName, AddressableAssetProfileSettings profileSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| string | newName | The new name you want to set the profile to. |
| AddressableAssetProfileSettings | profileSettings | The profile settings object that contains this profile. |