DrawLine3D method

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

Draw a line in 3D world space

Implementation

void DrawLine3D(Vector3C startPos, Vector3C endPos, ColorC color)
  => _DrawLine3D(startPos, endPos, color);