Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISceneEvent

Definition of the scene event. These events are sent for scene specific events (EVENTTYPE_SCENE).

Hierarchy

Index

Properties

boundingBox: { max: vec3; min: vec3 }

The bounding box of the scene.

Type declaration

  • max: vec3
  • min: vec3
viewportId: string