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
    isViewerPluginSync: true = ...
    selectionFilterTest:
        | undefined
        | (
            (
                obj: IObject3D,
            ) =>
                | null
                | IObject3D<
                    IObject3DEventMap,
                    undefined
                    | IGeometry<NormalBufferAttributes, BufferGeometryEventMap>,

                        | undefined
                        | IMaterial<IMaterialEventMap>
                        | IMaterial<IMaterialEventMap>[],
                >
        ) = undefined
    toJSON: any = undefined
    transformControls: undefined | TransformControls2
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    undoManager?: JSUndoManager
    OldPluginType?: string
    PluginType: "TransformControlsPlugin" = 'TransformControlsPlugin'

    Accessors

    Methods