MultiplayerEvent Class

Base class for all Alteruna multiplayer event arguments.

Definition

Remarks

All event argument types raised by MultiplayerManager derive from this class. It provides access to the MultiplayerManager instance that raised the event, allowing event handlers to interact with the multiplayer session without needing a separate reference.

Constructors

MultiplayerEvent Initializes a new instance of MultiplayerEvent.

Fields

Controller The MultiplayerManager that raised this event.

See Also