Class DeviceOrientationControlsPlugin

Base Class for Sync Viewer Plugins

Hierarchy (View Summary)

Constructors

Properties

_controlsCtor: TControlsCtor = ...
_dirty: boolean = false
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<
    | "dispose"
    | "*"
    | "update"
    | "preRender"
    | "postRender"
    | "preFrame"
    | "postFrame"
    | "addPlugin"
    | "removePlugin"
    | "renderEnabled"
    | "renderDisabled",
    (e: IViewerEvent) => void,
> = {}
constructor: typeof AViewerPluginSync & typeof AViewerPlugin
controlsKey: "deviceOrientation" = 'deviceOrientation'
enabled: true
toJSON: any = undefined
uiConfig?: UiObjectConfig = undefined
OldPluginType?: string
PluginType: "DeviceOrientationControlsPlugin" = 'DeviceOrientationControlsPlugin'

Accessors

Methods