Instance Variables
| Field Name | Type | Initial Value | Description |
|---|---|---|---|
| boxA | CollisionBox | n/a |
The source box used in the collision test that is having its collisions tested against another object. |
| boxB | CollisionBox | n/a |
The target box used in the collision test against boxA. |
| overlapBox | CollisionBox | n/a |
A new CollisionBox describing the rough overlapping area of the collision. |