ThreePipe
    Preparing search index...

    Class Object3DWidgetsPlugin

    Automatically creates and manages helper widgets for lights, cameras, lines, and skeletons. Custom widget types can be registered via the helpers array. See https://threepipe.org/notes/widgets-and-helpers for the full widget system documentation.

    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