MeshCreatePolygon Method
Overload List
  NameDescription
Public methodCode exampleCreatePolygon(Int32)
Creates a new polygon with all vertices defined in indices. To create polygon vertex by vertex, please use PolygonBuilder.
Public methodCreatePolygon(Int32, Int32, Int32)
Create a polygon with 3 vertices(triangle)
Public methodCreatePolygon(Int32, Int32, Int32, Int32)
Create a polygon with 4 vertices(quad)
See Also