Struct LobbyData
- Namespace
- Coherence.Cloud
- Assembly
- Coherence.Runtime.dll
Fields
Closed
Field Value
- bool
Id
Field Value
- string
IsPrivate
Field Value
- bool
MaxPlayers
Field Value
- int
Name
Field Value
- string
OwnerId
Field Value
- string
Region
Field Value
- string
RoomData
public RoomData? RoomData
Field Value
- RoomData?
RoomId
Field Value
- long
SimulatorSlug
public string SimulatorSlug
Field Value
- string
Tag
Field Value
- string
Unlisted
Field Value
- bool
Properties
Attributes
public IReadOnlyList<CloudAttribute> Attributes { get; }
Property Value
- IReadOnlyList<CloudAttribute>
Players
public IReadOnlyList<Player> Players { get; }
Property Value
- IReadOnlyList<Player>
Methods
GetAttribute(string)
public CloudAttribute? GetAttribute(string key)
Parameters
key
string
Returns
- CloudAttribute?