DrawLine3D method

void DrawLine3D(
  1. Vector3C startPos,
  2. Vector3C endPos,
  3. ColorC color
)

Implementation

void DrawLine3D(Vector3C startPos, Vector3C endPos, ColorC color) {
  return _DrawLine3D(startPos, endPos, color);
}