# localBounds

> AABB of this Animation animation component in local space.

## Definition

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

```csharp
public Bounds localBounds { get; set; }
```

### Remarks

By default it is computed based on animation states (i.e. attached animation clips), unless user overrides it by setting value to localBounds.
