StatusVariable
Abstract Class
Description
The StatusVariable is an abstract class inherited by the StatusFloat, StatusInt, and StatusBool.
Properties
Instance | The reference to the IStatusManager 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 IStatusManager instance to read StatusEffect data from. |
Last updated