C# Class EnterRoomParams

Show file Open project: daniel-cheng/stellar Class Usage Examples

Public Properties

Property Type Description
CreateIfNotExists bool
ExpectedUsers string[]
Lobby TypedLobby,
OnGameServer bool
PlayerProperties ExitGames.Client.Photon.Hashtable
RejoinOnly bool
RoomName string
RoomOptions RoomOptions,

Property Details

CreateIfNotExists public property

public bool CreateIfNotExists
return bool

ExpectedUsers public property

public string[] ExpectedUsers
return string[]

Lobby public property

public TypedLobby, Lobby
return TypedLobby,

OnGameServer public property

public bool OnGameServer
return bool

PlayerProperties public property

public Hashtable,ExitGames.Client.Photon PlayerProperties
return ExitGames.Client.Photon.Hashtable

RejoinOnly public property

public bool RejoinOnly
return bool

RoomName public property

public string RoomName
return string

RoomOptions public property

public RoomOptions, RoomOptions
return RoomOptions,