ForceSyncedEvent Class

Event raised on the requesting user after a force-sync state snapshot has been received.

Definition

Namespace: Alteruna.Multiplayer.EventArgument
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public class ForceSyncedEvent : UserIdEvent
Inheritance
Object    MultiplayerEvent    UserIdEvent    ForceSyncedEvent

Remarks

Subscribe to [!:MultiplayerManager.ForceSynced] to receive this event. This event fires after the local client's outstanding force-sync request is fulfilled, indicating that all Synchronizable state from the target user has been applied. UserIndex identifies the user who sent the snapshot.

Constructors

ForceSyncedEvent Initializes a new instance of ForceSyncedEvent.

See Also