Alteruna Multiplayer Docs
C#
Show/Hide TOC
Room
Joined
Event Class
Event raised when the local client successfully joins a room.
Definition
Namespace:
Alteruna.Multiplayer.EventArgument
Assembly:
Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
Copy
public
class
RoomJoinedEvent
:
RoomEvent
Inheritance
Object
MultiplayerEvent
RoomEvent
RoomJoinedEvent
Remarks
Subscribe to
[!:MultiplayerManager.RoomJoined]
to receive this event.
User
is the local client's
User
representation within the room.
Constructors
RoomJoinedEvent
Initializes a new instance of
RoomJoinedEvent
.
Fields
User
The local client's user representation in the joined room.
See Also
Reference
Alteruna.Multiplayer.EventArgument Namespace
In This Article
Definition
Remarks
Constructors
Fields
See Also