Skip to content

pixi-physics-debug-view overview


Table of contents


utils

PixiPhysicsDebugView (class)

Signature

export declare class PixiPhysicsDebugView {
  constructor(private readonly world: Gg2dWorld<PixiVisualTypeDocRepo2D>)
}

graphicsDraw (method)

Signature

private graphicsDraw(graphics: Graphics, color: number, vertices: Point2[])

sync (method)

Signature

public sync()

lineSegmentPointsForShape (method)

Signature

private lineSegmentPointsForShape(shape: Shape2DDescriptor): Point2[]

dispose (method)

Signature

public dispose()

debugContainer (property)

Signature

readonly debugContainer: any