Class: ViewerMoveEvent

bu. ViewerMoveEvent

Events emitted when a viewer finalizes moving.


new ViewerMoveEvent(type, centerChanged, rotationChanged, resolutionChanged)

Parameters:
Name Type Description
type string

Event type.

centerChanged boolean

If after moving the viewer its center has changed.

rotationChanged boolean

If after moving the viewer its rotation has changed.

resolutionChanged boolean

If after moving the viewer its resolution has changed.

Source:
bu/events.js

Extends

Members


centerChanged :boolean

If after moving the viewer its center has changed.

Type:
  • boolean
Source:
bu/events.js

resolutionChanged :boolean

If after moving the viewer its resolution has changed.

Type:
  • boolean
Source:
bu/events.js

rotationChanged :boolean

If after moving the viewer its rotation has changed.

Type:
  • boolean
Source:
bu/events.js