# humanoidBodyPartCount

> The number of humanoid body parts.

## Definition

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

> **Warning:**
>
> **Deprecated.** AvatarMask.humanoidBodyPartCount is deprecated, use AvatarMaskBodyPart.LastBodyPart instead.

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

### Remarks

This member is deprecated, Additional Resources: [AvatarMaskBodyPart.LastBodyPart](/engine/6000.6/script-reference/unityengine/avatarmaskbodypart/lastbodypart.md).
