MeshRenderingMode
Undocumented
-
Draws only the edges that comprise the outer contour of the shape, thus rendering the “face”.
Declaration
Swift
case face
-
Draws all edges that connect each vertex of the polygon’s inner triangles.
Declaration
Swift
case wireframe
-
Declaration
Swift
public var id: String { get }
-
Undocumented
Declaration
Swift
public var displayText: String { get }