DestroyObject
Name
DestroyObject
- Destroys an object in the room.
Synopsis
Namespace: LoadBalancer.Client.Game
public void DestroyObject(DestroyObjectParameters parameters)
Parameters
DestroyObjectParameters
consists of the following parameters:
RoomId
string
- The unique identifier of the room where the object to destroy is located.ObjectId
string
- The unique identifier of the object to destroy.
Return Value
None.