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