IDebugDrawerΒΆ
-
interface
IDebugDrawer Interface for providing the possibility to get drawable debug information from an object.
-
void
DrawLine(JVector start, JVector end) Parameters: - start (Jitter.LinearMath.JVector) –
- end (Jitter.LinearMath.JVector) –
-
void
DrawPoint(JVector pos) Parameters: - pos (Jitter.LinearMath.JVector) –
-
void