Class NestedVariablesGroup
Provides a reference to a VariablesGroupAsset.
Inherited Members
Namespace: UnityEngine.Localization.SmartFormat.PersistentVariables
Syntax
[DisplayName("Nested Variables Group", null)]
public class NestedVariablesGroup : Variable<VariablesGroupAsset>, IVariableValueChanged, IVariable, IVariableGroup
Methods
TryGetValue(String, out IVariable)
Gets the variable with the matching key if one exists.
Declaration
public bool TryGetValue(string name, out IVariable value)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
IVariable | value | The found variable or |
Returns
Type | Description |
---|---|
Boolean |
|