Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EVENTTYPE_SCENE

Event types for all scene events The scene events are used to notify about scene changes, like bounding box changes or empty bounding boxes. The events that are sent with the scene events are of type ISceneEvent. The EventResponseMapping can used to map the event type to the corresponding event interface.

Index

Enumeration Members

SCENE_BOUNDING_BOX_CHANGE: "scene.boundingBoxChange"

The SCENE_BOUNDING_BOX_CHANGE-event is sent when the bounding box of the scene has changed.

SCENE_BOUNDING_BOX_EMPTY: "scene.boundingBoxEmpty"

TheSCENE_BOUNDING_BOX_EMPTY-event is sent when the bounding box of the scene is empty.