public final class GKMeshGraphTriangulationMode
extends java.lang.Object
[@enum] GKMeshGraphTriangulationModeVertices Graph nodes will be made at all triangle vertices [@enum] GKMeshGraphTriangulationModeCenters Graph nodes will be made at all triangle centers [@enum] GKMeshGraphTriangulationModeEdgeMidpoints Graph nodes will be made at midpoint of all triangle edges
| Modifier and Type | Field and Description |
|---|---|
static long |
Centers |
static long |
EdgeMidpoints |
static long |
Vertices |
public static final long Vertices
public static final long Centers
public static final long EdgeMidpoints