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 |
---|---|
Boolean | True if the profile data is found and set, false otherwise. |