Class: SceneEvent

SceneEvent()

A scene event - addition or removal of some objects, typically users. An object is either added or removed, the other value is null.

Constructor

new SceneEvent()

Source:

Classes

SceneEvent

Members

added :VRObject|null

Added object
Type:
Source:

className :string

Class name of object added/removed
Type:
  • string
Source:

objectId :ID

Id of added/removed object
Type:
Source:

removed :VRObject|null

Removed object
Type:
Source:

scene :Map.<String, Object>

New scene
Type:
  • Map.<String, Object>
Source: