Class OnDisableEvent
Event invoked for when the behaviour becomes disabled. See unity doc's MonoBehaviour.OnDisable for reference.
Namespace: nickmaltbie.StateMachineUnity.Attributes
Assembly: cs.temp.dll.dll
Syntax
public class OnDisableEvent : IEvent
Fields
Instance
Event invoked for when the behaviour becomes disabled. See unity doc's MonoBehaviour.OnDisable for reference.
Declaration
public static OnDisableEvent Instance
Field Value
Type | Description |
---|---|
OnDisableEvent |