Class EventRegistrationOnEnable
Represents an event registration process that is executed during the OnEnable phase of the game object lifecycle. This class ensures that event subscriptions are established when the game object becomes active.
Assembly: EventBusSourceGenerator.dll
Declaration
public abstract class EventRegistrationOnEnable : EventRegistration
Inheritance: System.Object
-> EventBusForUnity.EventRegistration