Enum UnityLifeCycleEvent
Events that coorelates to the monobehavior lifecycle.
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public enum UnityLifeCycleEvent
Fields
Name | Description |
---|---|
Destroy | Represents the OnDestroy monobehavior event. |
Disable | Represents the OnDisable monobehavior event. |
Enable | Represents the OnEnable monobehavior event. |
Start | Represents the Start monobehavior event. |