# height

> The height of the capsule measured in the object's local space.

## Definition

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

```csharp
public float height { get; set; }
```

### Remarks

The capsule's height will be scaled by the transform's scale. **Note:** The height is the actual height including the half-spheres at each end.
