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