Click or drag to resize
DigitalRuneDebugRendererDrawLine Method
Draws a line.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void DrawLine(
	Vector3F start,
	Vector3F end,
	Color color,
	bool drawOverScene
)

Parameters

start
Type: DigitalRune.Mathematics.AlgebraVector3F
The start position in world space.
end
Type: DigitalRune.Mathematics.AlgebraVector3F
The end position in world space.
color
Type: Color
The color.
drawOverScene
Type: SystemBoolean
If set to the object is drawn over the graphics scene (depth-test disabled).
See Also