StatusVariable
Abstract Class
Description
The StatusVariable is an abstract class inherited by the StatusFloat, StatusInt, and StatusBool.
Properties
instance | The reference to the StatusManager that effects this variable. Note that this field is not public or visible in the inspector but NEEDS to be assigned through SetManager() on the Awake() or Start() class of the containing method. |
Methods
Assigns a StatusManager instance to read StatusEffect data from. |
Last updated