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:
RoomIdstring- The unique identifier of the room.ObjectIdstring- The unique identifier of the object to update.ObjectPropertiesKeyValueCollection- A collection of key-value pairs containing the object properties.
Return Value
None.