Incoming information about a party.
More...
Inherited by Nakama.Party.
|
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.
◆ UpdatePresences()
Apply the joins and leaves from a presence event to the presences tracked by the party.
◆ Id
The unique party identifier.
◆ Leader
The current party leader.
◆ MaxSize
int Nakama.IParty.MaxSize |
|
get |
The maximum number of party members.
◆ Open
True, if the party is open to join.
◆ Presences
All members currently in the party.
◆ Self
The current user in this party. i.e. Yourself.
The documentation for this interface was generated from the following file: