• Enable or disable the debug draw.

    Parameters

    • instanceContainer: RuntimeInstanceContainer

      The current container.

    • enableDebugDraw: boolean

      true to enable the debug draw, false to disable it.

    • showHiddenInstances: boolean

      true to apply the debug draw to hidden objects.

    • showPointsNames: boolean

      true to show point names.

    • showCustomPoints: boolean

      true to show custom points of Sprite objects.

    Returns void