Various utilities for mesh manipulation.
| Description | |
|---|---|
| AcquireReadOnlyMeshData | Gets a snapshot of Mesh data for read-only access in the Unity Editor. |
| GetMeshCompression | Returns the mesh compression setting for a Mesh. |
| Optimize | Optimizes the Mesh data to improve rendering performance. |
| SetMeshCompression | Change the mesh compression setting for a mesh. |
| SetPerTriangleUV2 | Will insert per-triangle uv2 in mesh and handle vertex splitting etc. |