![]() |
Nakama .NET Client SDK 3.5.0
Nakama .NET Client SDK
|
Incoming information about a party. More...
Inherited by Nakama.Party.
Properties | |
string | Id [get] |
The unique party identifier. More... | |
bool | Open [get] |
True, if the party is open to join. More... | |
int | MaxSize [get] |
The maximum number of party members. More... | |
IUserPresence | Self [get] |
The current user in this party. i.e. Yourself. More... | |
IUserPresence | Leader [get] |
The current party leader. More... | |
IEnumerable< IUserPresence > | Presences [get] |
All members currently in the party. More... | |
Incoming information about a party.
|
get |
The unique party identifier.
|
get |
The current party leader.
|
get |
The maximum number of party members.
|
get |
True, if the party is open to join.
|
get |
All members currently in the party.
|
get |
The current user in this party. i.e. Yourself.