Class OnEnableEvent
Event invoked for when the object becomes enabled and active. See unity doc's MonoBehaviour.OnEnable for reference.
Namespace: nickmaltbie.StateMachineUnity.Attributes
Assembly: cs.temp.dll.dll
Syntax
public class OnEnableEvent : IEvent
Fields
Instance
Event invoked for when the object becomes enabled and active. See unity doc's MonoBehaviour.OnEnable for reference.
Declaration
public static OnEnableEvent Instance
Field Value
Type | Description |
---|---|
OnEnableEvent |