# bindposeCount

> The number of bind poses in the Mesh.

## Definition

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

```csharp
public int bindposeCount { get; }
```

### Remarks

Additional Resources: [Mesh.bindposes](/engine/6000.7/script-reference/unityengine/mesh/bindposes.md), GetBindPoses.
