Method CopyMesh
CopyMesh(Mesh)
Creates a copy of a mesh.
Declaration
public static Mesh CopyMesh(Mesh origMesh)
Parameters
Type | Name | Description |
---|---|---|
Mesh | origMesh | The mesh to make a copy of. |
Returns
Type | Description |
---|---|
Mesh | Returns the copy of the mesh. |
CopyMesh(Mesh, Mesh)
Creates a copy of a mesh.
Declaration
public static void CopyMesh(Mesh sourceMesh, Mesh destMesh)
Parameters
Type | Name | Description |
---|---|---|
Mesh | sourceMesh | |
Mesh | destMesh |