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

Some game state update in a match. More...

Inherited by Nakama.MatchState.

Properties

string MatchId [get]
 The unique match identifier.
 
long OpCode [get]
 The operation code for the state change.
 
byte[] State [get]
 The byte contents of the state change.
 
IUserPresence UserPresence [get]
 Information on the user who sent the state change.
 

Detailed Description

Some game state update in a match.

Property Documentation

◆ MatchId

string Nakama.IMatchState.MatchId
get

The unique match identifier.

◆ OpCode

long Nakama.IMatchState.OpCode
get

The operation code for the state change.

This value can be used to mark the type of the contents of the state.

◆ State

byte [] Nakama.IMatchState.State
get

The byte contents of the state change.

◆ UserPresence

IUserPresence Nakama.IMatchState.UserPresence
get

Information on the user who sent the state change.


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