Method SetVariableByName
SetVariableByName(AddressableAssetSettings, string)
Set the profile variable id using the name of the variable.
Declaration
public bool SetVariableByName(AddressableAssetSettings settings, string name)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetSettings | settings | The settings object. |
string | name | The name of the profile variable to set. |
Returns
Type | Description |
---|---|
bool | True if the profile data is found and set, false otherwise. |