API Referenceglobal
PolygonMeshclass
A list of vertices and faces.
object→PolygonMesh
Constructors1
Showing 1 constructors
public PolygonMesh()
No results match this filter.
Methods4
Showing 4 methods
public void AddMesh(Editor.MeshEditor.PrimitiveBuilder.PolygonMesh mesh)
Appends another mesh without welding its vertices into this one.
| Parameter | Type | Description |
|---|---|---|
| mesh | PolygonMesh | — |
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public System.Collections.Generic.List`1<Editor.MeshEditor.PrimitiveBuilder.PolygonMesh.Face> Editor.MeshEditor.PrimitiveBuilder.PolygonMesh.Faces { get; set; }
public System.Collections.Generic.List`1<Vector3> Editor.MeshEditor.PrimitiveBuilder.PolygonMesh.Vertices { get; set; }
No results match this filter.