Struct SceneEntityDeletion¶
Defined in File schemas.hpp
Struct Documentation¶
-
struct SceneEntityDeletion¶
Command to remove previously published entities.
Public Types
-
enum class SceneEntityDeletionType : uint8_t¶
An enumeration indicating which entities should match a SceneEntityDeletion command.
Values:
-
enumerator MATCHING_ID¶
Delete the existing entity on the same topic that has the provided
id
-
enumerator ALL¶
Delete all existing entities on the same topic.
-
enumerator MATCHING_ID¶
-
enum class SceneEntityDeletionType : uint8_t¶