DebugDraw
Index
Methods
drawLine
Parameters
start: Vector
'
end: Vector
optionallineOptions: LineGraphicsOptions
Returns void
drawPoint
Draw a debugging point to the screen
Parameters
point: Vector
optionalpointOptions: PointGraphicsOptions
Returns void
drawRect
Draw a debugging rectangle to the screen
Parameters
x: number
y: number
width: number
height: number
optionalrectOptions: RectGraphicsOptions
Returns void
drawText
Draw debug text
Parameters
text: string
pos: Vector
Returns void
Draw a debugging line to the screen