Manager for debugging functionalities

Hierarchy

  • DebugManager

Methods

  • Enables the Babylon.js Inspector.
    Due to the additional size of the inspector, this function is only available in "development" builds!

    Returns

    Signalizes if inspector could be loaded

    Parameters

    • Optional options: IInspectorOptions

    Returns Promise<boolean>

  • Show world coordinate system with given dimension.
    This is especially usefull when working on project with tricky positioning. (e.g. clones)

    Parameters

    • dimension: number

    Returns void

Generated using TypeDoc