class in Unity.SmartStrings.PersistentVariables
/
Inherits from:Unity.SmartStrings.PersistentVariables.Variable_1
A IVariable that can reference an Object instance.
| Property | Description |
|---|---|
| Value | The value for this variable. Changing this will trigger the Variable<T0>.ValueChanged event. |
| Method | Description |
|---|---|
| ToString | Returns the string representation of this variable's value. |
| Event | Description |
|---|---|
| ValueChanged | Raised when Variable<T0>.Value changes. |