ThreePipe
    Preparing search index...

    Class PickingPlugin

    Base Class for Sync Viewer Plugins

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: { preFrame: () => void } = ...
    autoApplyMaterialOnDrop: boolean = true
    autoFocus: boolean
    autoFocusHover: boolean = false
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    dependencies: typeof CameraViewPlugin[] = ...
    enabled: boolean = true
    selectionMode: "object" | "material" = 'object'
    uiConfig: UiObjectConfig = ...
    widgetEnabled: boolean = true

    Note: this is for runtime use only, not serialized

    OldPluginType: "PickingPlugin" = 'PickingPlugin'
    PluginType: "Picking" = 'Picking'

    Accessors

    Methods