this[]
The global variable group that matches name.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
this[string]
public VariablesGroupAsset this[string name] { get; set; }
Parameters
The name of the group to return.
Returns
Type | Description |
|---|---|
| VariablesGroupAsset | The global variable group registered under the specified name. |