public interface IPlayerEventsProvides normalized player lifecycle events.
Members
LocalPlayerStartedRaised after the local player is fully available in a world.eventLocalPlayerStoppedRaised when the local player leaves the active world or session.eventPlayerStartedRaised after any local or remote player becomes available.eventPlayerStoppedRaised after any local or remote player leaves the session.eventLocalPlayerStarted
eventevent Action<IPlayer> LocalPlayerStartedRaised after the local player is fully available in a world.
LocalPlayerStopped
eventevent Action<IPlayer> LocalPlayerStoppedRaised when the local player leaves the active world or session.
The supplied player has
IsConnected set to false and retains its last valid state snapshot.PlayerStarted
eventevent Action<IPlayer> PlayerStartedRaised after any local or remote player becomes available.
For the local player, this general event is raised before
LocalPlayerStarted.PlayerStopped
eventevent Action<IPlayer> PlayerStoppedRaised after any local or remote player leaves the session.