Threepipe Tweakpane Plugin
    Preparing search index...

    Class TweakpaneUiPlugin

    Hierarchy

    Implements

    • IViewerPluginSync
    Index

    Constructors

    • Parameters

      • expanded: boolean = ...
      • bigTheme: boolean = true
      • Optionalcontainer: HTMLElement
      • OptionalcolorMode: "black" | "white" | "blue" | "light" | "dark"

      Returns TweakpaneUiPlugin

    Properties

    _viewer?: ThreeViewer
    colorMode: "black" | "white" | "blue" | "light" | "dark"
    constructor: typeof TweakpaneUiPlugin

    The initial value of Object.prototype.constructor is the standard built-in Object constructor.

    enabled: boolean = true
    CONTAINER_SLOT: string = 'uiconfigMainPanelSlot'
    PluginType: "TweakpaneUi" = 'TweakpaneUi'

    Methods

    • Parameters

      • Optionalmessage: string

      Returns Promise<void>

    • Parameters

      • Optionalmessage: string

      Returns Promise<boolean>

    • Parameters

      • viewer: ThreeViewer

      Returns void

    • Parameters

      • viewer: ThreeViewer

      Returns void

    • Parameters

      • Optionalmessage: string
      • Optional_default: string
      • cancel: boolean = true

      Returns Promise<null | string>

    • Parameters

      • ...plugins: Class<IViewerPlugin<ThreeViewer, boolean>>[]

      Returns void