Client Scene Message
This structure is used to transmit messages related to scenes to the clients.
Members:
public string SceneName
:Represents the name of the scene.
public SceneOperation SceneOperation
:Specifies the type of scene operation.
public bool CustomHandling
:Indicates whether custom handling is required.
Last updated