Method GetValue
GetValue(AddressableAssetSettings)
Evaluate the profile value using the provided settings object.
선언
public string GetValue(AddressableAssetSettings settings)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetSettings | settings | The settings object to evaluate with. The activeProfileId will be used. |
반환
타입 | 설명 |
---|---|
string | The evaluated string stored in the referenced profile variable. |
GetValue(AddressableAssetProfileSettings, string)
Evaluate the profile value using the provided profile settings object and a profile id.
선언
public string GetValue(AddressableAssetProfileSettings profileSettings, string profileId)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetProfileSettings | profileSettings | The profile settings object. |
string | profileId | The profile id. |
반환
타입 | 설명 |
---|---|
string | The evaluated string stored in the referenced profile variable. |