Properties
Protected _eventCallbackDicts
_eventCallbackDicts: {} = {}
Protected _subscriptions
_subscriptions: {} = {}
lastTimeUpdate
lastTimeUpdate: number = 0
selectable
selectable: boolean
visualizationImagePlaneDepth
visualizationImagePlaneDepth: number
visualizeFrustum
visualizeFrustum: boolean
Static AObjectStateKeys
AObjectStateKeys: string[] = []
Static AObjectVersion
AObjectVersion: number = 1
Static DefaultVisualizationImagePlaneDepth
DefaultVisualizationImagePlaneDepth: number = 30
Static Events
Events: typeof AModelEvents = ...
Static NodeEvents
NodeEvents: typeof SceneNodeEvents = ...
Static SupportsUploadedModels
SupportsUploadedModels: boolean = false
Sets a callback function to be called whenever the state specified in state_key changes. The return value callbackSwitch is a callback switch. You can activate the listener with callbackSwitch.activate() and deactive with callbackSwitch.deactivate(). Example Usage: