Class DebuggerPixiRenderer
Methods
clearDebugDraw
- clearDebugDraw(): void
Returns void
getRendererObject
- getRendererObject(): null | Container<DisplayObject>
Returns null | Container<DisplayObject>
renderDebugDraw
- renderDebugDraw(instances, showHitBoxes, showHiddenInstances, showPointsNames, showCustomPoints, debugDrawHooks): void
Parameters
- instances: RuntimeObject[]
- showHitBoxes: boolean
- showHiddenInstances: boolean
- showPointsNames: boolean
- showCustomPoints: boolean
- debugDrawHooks: ((rendererObject) => void)[]
Returns void
A renderer for debug instances location of a container using Pixi.js.
See
gdjs.CustomRuntimeObject2DPixiRenderer