Class EventBridge.OnPersistenceSystemLoadingEvent
Event triggered when the ProjectM.LoadPersistenceSystemV2.SetLoadState(Unity.Entities.EntityManager, ProjectM.ServerStartupState.State) is post called.
public record EventBridge.OnPersistenceSystemLoadingEvent : Event<EventBridge.OnPersistenceSystemLoadingEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.OnPersistenceSystemLoadingEvent>>, IEquatable<EventBridge.OnPersistenceSystemLoadingEvent>
- Inheritance
-
EventBridge.OnPersistenceSystemLoadingEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
OnPersistenceSystemLoadingEvent(State)
Event triggered when the ProjectM.LoadPersistenceSystemV2.SetLoadState(Unity.Entities.EntityManager, ProjectM.ServerStartupState.State) is post called.
public OnPersistenceSystemLoadingEvent(ServerStartupState.State State)
Parameters
State
ServerStartupState.StateThe current state of the server startup.
Properties
State
The current state of the server startup.
public ServerStartupState.State State { get; init; }
Property Value
- ServerStartupState.State