Class PlayerUpdateRequest
The body of an Update Player Data request.
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
[Preserve]
public class PlayerUpdateRequest
Constructors
| Name | Description |
|---|---|
| PlayerUpdateRequest(string, Dictionary<string, PlayerDataObject>, string) | The body of an Update Player Data request. |
Properties
| Name | Description |
|---|---|
| AllocationId | The |
| ConnectionInfo | Connection information for connecting to a relay with this player. |
| Data | Custom game-specific properties to add, update, or remove from the player (e.g. |