Threepipe Tweakpane Editor Plugin
    Preparing search index...

    Class HierarchyUiPlugin

    Hierarchy

    • AViewerPluginSync
      • HierarchyUiPlugin
    Index

    Constructors

    Properties

    _dirty: boolean = false
    _needsReset: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    enabled: boolean = true
    hierarchyDiv: HTMLDivElement = ...
    toJSON: any = undefined
    treeView?: Tree = undefined
    uiConfig: UiObjectConfig = ...
    undoManager?: JSUndoManager = undefined
    OldPluginType?: string
    PluginType: "HierarchyUiPlugin" = 'HierarchyUiPlugin'

    Accessors

    Methods

    • Parameters

      • e: IViewerEvent

      Returns IViewerEvent

    • Parameters

      • Optionalprefix: string

      Returns string

    • Parameters

      • key: any
      • setDirty: boolean = true

      Returns void

    • Parameters

      • key: any
      • setDirty: boolean = true

      Returns void

    • Returns ISerializedConfig | Record<string, never>

    • Parameters

      • state: any

      Returns Promise<void>

    • Parameters

      • Optionale: Event2<
            "sceneUpdate",
            ISceneEventMap,
            IObject3D<
                IObject3DEventMap,
                undefined
                | IGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
                undefined | IMaterial<IMaterialEventMap> | IMaterial<IMaterialEventMap>[],
            >,
        >

      Returns void