Method SetVariableByName
SetVariableByName(AddressableAssetSettings, string)
Set the profile variable id using the name of the variable.
선언
public bool SetVariableByName(AddressableAssetSettings settings, string name)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetSettings | settings | The settings object. |
string | name | The name of the profile variable to set. |
반환
타입 | 설명 |
---|---|
bool | True if the profile data is found and set, false otherwise. |