UpdateObject

Name

UpdateObject - Updates an object in the room.

Synopsis

Namespace: LoadBalancer.Client.Game

public void UpdateObject(UpdateObjectParameters parameters)

Parameters

UpdateObjectParameters consists of the following parameters:

  • RoomId string - The unique identifier of the room.
  • ObjectId string - The unique identifier of the object to update.
  • ObjectProperties KeyValueCollection - A collection of key-value pairs containing the object properties.

Return Value

None.