# HalfExtents

> The half extents of the box shape.

## Definition

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

```csharp
public Vector3 HalfExtents { get; set; }
```

### Remarks

The half extent is half the total length of the box on each axis.
