Skip to main content

Class EventRegistrationStart

Represents an event registration process that is executed during the Start phase of the game object lifecycle. This class extends the standard event registration behavior to ensure registration occurs at the appropriate point in initialization.

Assembly: EventBusSourceGenerator.dll
Declaration
public abstract class EventRegistrationStart : EventRegistration

Inheritance: System.Object -> EventBusForUnity.EventRegistration