MeshExtensions.Copy

Extension Method in MeshExtensions

Declaration

public static Mesh Copy(this Mesh mesh)

Description

Returns a new copy of the mesh.

Parameters

meshThe mesh to copy.

Returns

MeshA new copy of the mesh.