Method ResetUV
ResetUV(Mesh, Mesh)
Resets the UVs in destMesh back to the UVs in sourceMesh
Declaration
public static void ResetUV(Mesh sourceMesh, Mesh destMesh)Parameters
| Type | Name | Description |
|---|---|---|
| Mesh | sourceMesh | The source mesh |
| Mesh | destMesh | The destination mesh |