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:
RoomIdstring- The unique identifier of the room which distiguishes it from other rooms on the server.PlayerIdstring- The unique identifier of the player.PlayerPropertiesKeyValueCollection- A collection of key-value pairs containing the player properties.
Return Value
None.