ThreePipe
    Preparing search index...

    Class TransformControlsPlugin

    Base Class for Sync Viewer Plugins

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _isInteracting: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: { postFrame: () => void } = ...
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    dependencies: typeof PickingPlugin[] = ...
    enabled: boolean = true
    toJSON: any = undefined
    transformControls: undefined | TransformControls2
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    undoManager?: JSUndoManager
    OldPluginType?: string
    PluginType: "TransformControlsPlugin" = 'TransformControlsPlugin'

    Accessors

    Methods