Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsAABB(Vector2, Vector2)

Create an axis-aligned bounding-box with the specified bounds.
Read time 1 minuteLast updated 12 days ago

Definition

public PhysicsAABB(Vector2 lowerBound, Vector2 upperBound)

Parameters

lowerBound

The lower-left bounding vertex. This should be equal to or lower than .

upperBound

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