SKVertexMode Enum

Definition

Various mode with which to interpret triangles when invoking DrawVertices(SKVertexMode, SKPoint[], SKColor[], SKPaint).

public enum SKVertexMode
Inheritance
SKVertexMode

Fields

TriangleFan 2

The vertices are a triangle fan.

Triangles 0

The vertices are a triangle list.

TriangleStrip 1

The vertices are a triangle strip.

Applies to