Options
All
  • Public
  • Public/Protected
  • All
Menu

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

see

gdjs.CustomRuntimeObject2DPixiRenderer

Hierarchy

  • DebuggerPixiRenderer

Index

Methods

  • clearDebugDraw(): void
  • getRendererObject(): null | Container<DisplayObject>
  • renderDebugDraw(instances: RuntimeObject[], showHiddenInstances: boolean, showPointsNames: boolean, showCustomPoints: boolean): void
  • Render graphics for debugging purpose. Activate this in gdjs.RuntimeScene, in the renderAndStep method.

    see

    gdjs.RuntimeInstanceContainer#enableDebugDraw

    Parameters

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

    Returns void

Constructors

Generated using TypeDoc