C# Class EnterRoomParams

Mostrar archivo 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_oe property

public bool CreateIfNotExists
return bool

ExpectedUsers public_oe property

public string[] ExpectedUsers
return string[]

Lobby public_oe property

public TypedLobby, Lobby
return TypedLobby,

OnGameServer public_oe property

public bool OnGameServer
return bool

PlayerProperties public_oe property

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

RejoinOnly public_oe property

public bool RejoinOnly
return bool

RoomName public_oe property

public string RoomName
return string

RoomOptions public_oe property

public RoomOptions, RoomOptions
return RoomOptions,