ScriptableVariable<T>
Class in Zigurous.Architecture
Declaration
public abstract class ScriptableVariable<T> : ScriptableObjectDescription
A variable type that derives from ScriptableObject.
Type Parameters
| T | The type of value. | 
Properties
| value | The value of the variable. | 
| defaultValue | The default value of the variable. | 
Methods
| ResetToDefault | Resets the value to its default value. |