Interface IVariableGroup
Collection that contains IGlobalVariable.
Namespace: UnityEngine.Localization.SmartFormat.GlobalVariables
Syntax
public interface IVariableGroup
Methods
TryGetValue(String, out IGlobalVariable)
Declaration
bool TryGetValue(string key, out IGlobalVariable value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | key | |
| IGlobalVariable | value |
Returns
| Type | Description |
|---|---|
| Boolean |