Interface IVariableGroup
Collection that contains IVariable.
Namespace: UnityEngine.Localization.SmartFormat.PersistentVariables
Assembly: solution.dll
Syntax
public interface IVariableGroup
Methods
| Name | Description |
|---|---|
| TryGetValue(string, out IVariable) | Gets the variable with the matching key if one exists. |