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

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

Parameters

from
Type: Vector3
Starting pos.
to
Type: Vector3
Ending pos.
color
Type: Vector3
Starting color.
color2
Type: Vector3
Ending color.
See Also