Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
|
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. | |
Some game state update in a match.
|
get |
The unique match identifier.
|
get |
The operation code for the state change.
This value can be used to mark the type of the contents of the state.
|
get |
The byte contents of the state change.
|
get |
Information on the user who sent the state change.