RoomCreatedEvent Constructor
Namespace: Alteruna.Multiplayer.EventArgumentAssembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
protected internal RoomCreatedEvent(
MultiplayerManager controller,
Room room,
bool success,
string inviteCode
)
Parameters
- controller MultiplayerManager
- The MultiplayerManager that raised the event.
- room Room
- The newly created room.
- success Boolean
- Whether the room was created successfully.
- inviteCode String
- The invite code for the room.