StatusManager
The StatusManager contains all of the public extensions methods for getting, adding, and removing status effects.
Description
The extension methods contained in the StatusManager class are available to all classes that inherit MonoBehaviour and IStatus.
Static Methods
Returns a list of the StatusEffects on an IStatus MonoBehaviour. | |
Adds a new StatusEffect to an IStatus MonoBehaviour. | |
Remove a StatusEffect from an IStatus MonoBehaviour. | |
Remove all StatusEffects from an IStatus MonoBehaviour. |
Last updated