MeshExtensions
Static Class in Zigurous.Graphics
Declaration
public static class MeshExtensionsDescription
Extension methods for meshes.
Extension Methods
| Save | Saves the mesh as a project asset (Editor only). |
| Copy | Returns a new copy of the mesh. |
| InvertNormals | Inverts the normals of the mesh. |
| InvertedNormals | Returns an array of inverted normals of the mesh. |
| InvertTriangles | Inverts the triangles of the mesh. |
| InvertedTriangles | Returns an array of inverted triangles of the mesh. |
| RecalculateUV | Calculates and assigns the UV coordinates of the mesh using its verticies. |