UpdatePlayer

Name

UpdatePlayer - Updates properties of your player.

Synopsis

Namespace: LoadBalancer.Client.Game

public void UpdatePlayer(UpdatePlayerParameters parameters)

Parameters

UpdatePlayerParameters consists of the following parameters:

  • RoomId string - The unique identifier of the room which distiguishes it from other rooms on the server.
  • PlayerId string - The unique identifier of the player.
  • PlayerProperties KeyValueCollection - A collection of key-value pairs containing the player properties.

Return Value

None.