A renderer for debug instances location of a container using Pixi.js.

See

gdjs.CustomRuntimeObject2DPixiRenderer

Constructors

Methods

  • Render graphics for debugging purpose. Activate this in gdjs.RuntimeScene, in the renderAndStep method.

    Parameters

    • instances: RuntimeObject[]
    • showHiddenInstances: boolean
    • showPointsNames: boolean
    • showCustomPoints: boolean

    Returns void

    See

    gdjs.RuntimeInstanceContainer#enableDebugDraw