DrawTriangleStrip3D method

void DrawTriangleStrip3D(
  1. Pointer<Vector3C> points,
  2. int pointCount,
  3. ColorC color
)

Implementation

void DrawTriangleStrip3D(
  Pointer<Vector3C> points,
  int pointCount,
  ColorC color,
) {
  return _DrawTriangleStrip3D(points, pointCount, color);
}