ThreePipe
    Preparing search index...

    Class PointerLockControlsPlugin

    Base Class for Sync Viewer Plugins

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Accessors

    Methods