ScriptableVariable<T>
Class in Zigurous.Architecture
Declaration
public abstract class ScriptableVariable<T> : ScriptableObject
Description
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. |