aabb property

  1. @override
Aabb2 aabb
override

The axis-aligned bounding box of the Hitbox, this is used to make a rough estimation of whether two hitboxes can possibly collide or not.

Implementation

@override
Aabb2 get aabb => _validAabb ? _aabb : _recalculateAabb();