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