GetInfoString(Mesh)
Returns a short summary of the Mesh attributes (ex, does this mesh contain positions, normals, tangents, etc...).
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static string GetInfoString(Mesh mesh)
Parameters
Returns
Type | Description |
|---|---|
| string | A short summary of the mesh attributes. |