Click or drag to resize
PhysicsDebugDrawDrawLine Method (Vector3, Vector3, Vector3)
Draw a line with a single color.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void DrawLine(
	ref Vector3 from,
	ref Vector3 to,
	ref Vector3 color
)

Parameters

from
Type: Vector3
Starting pos.
to
Type: Vector3
Ending pos.
color
Type: Vector3
Color.

Implements

IDebugDraw.DrawLine(Vector3, Vector3, Vector3)
See Also