Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IParty Interface Reference

Incoming information about a party. More...

Inherited by Nakama.Party.

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< IUserPresencePresences [get]
 All members currently in the party.
 

Detailed Description

Incoming information about a party.

Member Function Documentation

◆ UpdatePresences()

void Nakama.IParty.UpdatePresences ( IPartyPresenceEvent  presenceEvent)

Apply the joins and leaves from a presence event to the presences tracked by the party.

Property Documentation

◆ Id

string Nakama.IParty.Id
get

The unique party identifier.

◆ Leader

IUserPresence Nakama.IParty.Leader
get

The current party leader.

◆ MaxSize

int Nakama.IParty.MaxSize
get

The maximum number of party members.

◆ Open

bool Nakama.IParty.Open
get

True, if the party is open to join.

◆ Presences

IEnumerable<IUserPresence> Nakama.IParty.Presences
get

All members currently in the party.

◆ Self

IUserPresence Nakama.IParty.Self
get

The current user in this party. i.e. Yourself.


The documentation for this interface was generated from the following file: