# bounds

> Bounds of the Sprite, specified by its center and extents in world space units.

## Definition

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

```csharp
public Bounds bounds { get; }
```

### Remarks

Additional Resources: [Sprite.rect](/engine/6000.5/script-reference/unityengine/sprite/rect.md).
