ScriptableVariable<T>


Declaration

public abstract class ScriptableVariable<T> : ScriptableObject

Description

A variable type that derives from ScriptableObject.

Type Parameters

TThe type of value.

Properties

valueThe value of the variable.
defaultValueThe default value of the variable.

Methods

ResetToDefaultResets the value to its default value.