# upperBound

> The upper-right bounding vertex. This should be equal to or above PhysicsAABB.lowerBound.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public Vector2 upperBound { readonly get; set; }
```
