GKMeshGraphTriangulationMode Enum

Definition

Holds options for how nodes should be generated in a GKMeshGraph<NodeType>.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[System.Flags]
public enum GKMeshGraphTriangulationMode
type GKMeshGraphTriangulationMode = 
Inheritance
GKMeshGraphTriangulationMode
Attributes

Fields

Centers 2
EdgeMidpoints 4
Vertices 1

Applies to