Nakama .NET Client SDK 3.13.0
Nakama .NET Client SDK
|
Incoming information about a party. More...
Public Member Functions | |
void | UpdatePresences (IPartyPresenceEvent presenceEvent) |
Apply the joins and leaves from a presence event to the presences tracked by the party. | |
Properties | |
string | Id [get] |
The unique party identifier. | |
bool | Open [get] |
True, if the party is open to join. | |
int | MaxSize [get] |
The maximum number of party members. | |
IUserPresence | Self [get] |
The current user in this party. i.e. Yourself. | |
IUserPresence | Leader [get] |
The current party leader. | |
IEnumerable< IUserPresence > | Presences [get] |
All members currently in the party. | |
Incoming information about a party.
void Nakama.IParty.UpdatePresences | ( | IPartyPresenceEvent | presenceEvent | ) |
Apply the joins and leaves from a presence event to the presences tracked by the 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.