MeshExtensions.Copy
Extension Method in MeshExtensions
Declaration
public static Mesh Copy(this Mesh mesh)
Description
Returns a new copy of the mesh.
Parameters
mesh | The mesh to copy. |
Returns
Mesh | A new copy of the mesh. |
public static Mesh Copy(this Mesh mesh)
Returns a new copy of the mesh.
mesh | The mesh to copy. |
Mesh | A new copy of the mesh. |