Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
|
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. | |
bool | Hidden [get] |
True, if the party is hidden from listing. | |
int | MaxSize [get] |
The maximum number of party members. | |
string | Label [get] |
Label to filter results in Party listing. | |
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 |
True, if the party is hidden from listing.
|
get |
The unique party identifier.
|
get |
Label to filter results in Party listing.
|
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.