this[]
The IVariable associated with the specified name.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.SmartStrings.PersistentVariables
- Assembly: UnityEngine.SmartStringsModule
this[string]
public IVariable this[string name] { get; set; }
Parameters
The name of the variable.
Returns
Type | Description |
|---|---|
| IVariable | The found variable. |