algonim
Preparing search index...
gfx/DebugDraw
DebugDraw
Class DebugDraw
Provides some drawing primitives.
Index
Constructors
constructor
Methods
point
box
Constructors
constructor
new
DebugDraw
()
:
DebugDraw
Returns
DebugDraw
Methods
Static
point
point
(
drawer
:
Drawer
,
position
:
Point
,
style
?:
Partial
<
LineStyle
>
,
radius
?:
number
,
)
:
void
Draws a point as a cross.
Parameters
drawer
:
Drawer
position
:
Point
style
:
Partial
<
LineStyle
>
= ...
radius
:
number
= 3
Returns
void
Static
box
box
(
drawer
:
Drawer
,
pos
:
Point
,
size
:
Size
,
style
?:
Partial
<
LineStyle
>
)
:
void
Draws a rectangle.
Parameters
drawer
:
Drawer
pos
:
Point
size
:
Size
style
:
Partial
<
LineStyle
>
= ...
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
point
box
algonim
Loading...
Provides some drawing primitives.