# GetInfoString(Mesh)

> Returns a short summary of the Mesh attributes (ex, does this mesh contain positions, normals, tangents, etc...).

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static string GetInfoString(Mesh mesh)
```

### Parameters

**** (\[Mesh]\(/engine/6000.0/script-reference/unityengine/mesh)): The [Mesh](/engine/6000.0/script-reference/unityengine/mesh.md) to build a summary phrase for.

### Returns

| Type                                                           | Description                             |
| -------------------------------------------------------------- | --------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | A short summary of the mesh attributes. |
