MeshRenderingMode

public enum MeshRenderingMode : String
extension Polygon.MeshRenderingMode: CaseIterable
extension Polygon.MeshRenderingMode: Identifiable

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.

    🔗 More Info

    Declaration

    Swift

    case wireframe
  • id

    Declaration

    Swift

    public var id: String { get }

Computeds

  • Undocumented

    Declaration

    Swift

    public var displayText: String { get }