DrawLine3D function

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

Implementation

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