Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInspectable

Interface used to define custom inspectable properties. This interface is used by the inspector to display custom property grids

see

https://doc.babylonjs.com/how_to/debug_layer#extensibility

Hierarchy

  • IInspectable

Index

Properties

Optional callbackSearch playground for callback

callback: () => void

Gets the callback function when using "Button" mode

Type declaration

    • (): void
    • Returns void

labelSearch playground for label

label: string

Gets the label to display

Optional maxSearch playground for max

max: number

Gets the maximum value of the property when using in "slider" mode

Optional minSearch playground for min

min: number

Gets the minimum value of the property when using in "slider" mode

Optional optionsSearch playground for options

Gets the list of options when using "Option" mode

propertyNameSearch playground for propertyName

propertyName: string

Gets the name of the property to edit

Optional stepSearch playground for step

step: number

Gets the setp to use when using in "slider" mode

typeSearch playground for type

Gets the type of the editor to use

Legend

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