ThreePipe
    Preparing search index...

    Class Object3DWidgetsPlugin

    Adds light and camera helpers/gizmos in the viewer. A helper is automatically created when any supported light or camera is added to the scene.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = ...
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    enabled: boolean = true
    helpers: IObject3DHelper<IWidget>[] = ...
    inSceneRoot: boolean = false
    isViewerPluginSync: true = ...
    toJSON: any = null
    uiConfig: UiObjectConfig = ...
    widgets: IWidget[] = []
    OldPluginType?: string
    PluginType: "Object3DWidgetsPlugin" = 'Object3DWidgetsPlugin'

    Accessors

    Methods