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
    toJSON: any = null
    uiConfig: UiObjectConfig = ...
    widgets: (IWidget & Object3D<Object3DEventMap>)[] = []
    OldPluginType?: string
    PluginType: "Object3DWidgetsPlugin" = 'Object3DWidgetsPlugin'

    Accessors

    Methods