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