# triangles

> Returns a copy of the array containing Sprite mesh triangles.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public ushort[] triangles { get; }
```

### Remarks

The array is a list of triangles that contains indices into the vertex array.
