Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInspectorOptions

Interface used to define the options to use to create the Inspector

Hierarchy

  • IInspectorOptions

Index

Properties

Optional embedModeSearch playground for embedMode

embedMode: boolean

Display in embed mode (both panes on the right)

Optional enableCloseSearch playground for enableClose

enableClose: boolean

Allow the panes to be closed by users (default: true)

Optional enablePopupSearch playground for enablePopup

enablePopup: boolean

Allow the panes to popup (default: true)

Optional explorerExtensibilitySearch playground for explorerExtensibility

explorerExtensibility: IExplorerExtensibilityGroup[]

Optional list of extensibility entries

Optional globalRootSearch playground for globalRoot

globalRoot: HTMLElement

HTML element to use as root (the parent of the rendering canvas will be used as default value)

Optional handleResizeSearch playground for handleResize

handleResize: boolean

let the Inspector handles resize of the canvas when panes are resized (default to true)

Optional initialTabSearch playground for initialTab

initialTab: DebugLayerTab

Optional initial tab (default to DebugLayerTab.Properties)

Optional inspectorURLSearch playground for inspectorURL

inspectorURL: string

Optional URL to get the inspector script from (by default it uses the babylonjs CDN).

Optional overlaySearch playground for overlay

overlay: boolean

Display in overlay mode (default: false)

Optional showExplorerSearch playground for showExplorer

showExplorer: boolean

Display the Scene explorer

Optional showInspectorSearch playground for showInspector

showInspector: boolean

Display the property inspector

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method