DrawLine3D method
Draw a line in 3D world space
Implementation
void DrawLine3D(
Vector3D startPos,
Vector3D endPos,
ColorD color,
) => run(
() => _debugLabels.DrawLine3D(startPos, endPos, color),
() => _flat.DrawLine3D(
startPos,
endPos,
color,
),
);