Click or drag to resize

MeshAppend Method

Overload List
  NameDescription
Public methodAppend(IEnumerableMesh)
Append a list of meshes. This function is much more efficient than making repeated calls to Mesh.Append(Mesh) when lots of meshes are being joined into a single large mesh.
Public methodCode exampleAppend(Mesh)
Appends a copy of another mesh to this one and updates indices of appended mesh parts.
Top
See Also