Documentation
Preparing search index...
Copy @link
@lopoly/engine
util/DebugDraw
DebugDraw
Class DebugDraw
No description provided.
Implements
IDebugDraw
Index
Constructors
constructor
Methods
draw
draw
Poly
Line
draw
Wireframe
Constructors
constructor
new
DebugDraw
(
engine
:
IEngine
)
:
DebugDraw
No description provided.
Parameters
engine
:
IEngine
Returns
DebugDraw
Methods
draw
draw
(
drawQueue
:
DrawTask
[]
)
:
void
No description provided.
Parameters
drawQueue
:
DrawTask
[]
Returns
void
draw
Poly
Line
drawPolyLine
(
linePoints
:
readonly
IReadonlyVector3
[]
,
options
?:
Partial
<
DrawOptions
>
,
)
:
void
No description provided.
Parameters
linePoints
:
readonly
IReadonlyVector3
[]
options
:
Partial
<
DrawOptions
>
= {}
Returns
void
draw
Wireframe
drawWireframe
(
wireframe
:
IWireframeDrawable
,
options
?:
Partial
<
DrawOptions
>
,
)
:
void
No description provided.
Parameters
wireframe
:
IWireframeDrawable
options
:
Partial
<
DrawOptions
>
= {}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
draw
draw
Poly
Line
draw
Wireframe
Collapse all
Documentation
Loading...
No description provided.