RoomEvent Class

Base class for multiplayer events that concern a specific room.

Definition

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

Remarks

Derives from MultiplayerEvent and exposes the Room that the event relates to. Used as the base for room lifecycle events such as creation and joining.

Constructors

RoomEvent Initializes a new instance of RoomEvent.

Fields

Room The room associated with this event.

See Also