items property
Returns a flat List of items regardless of what data structure is used to store collision information.
Implementation
@override
List<ShapeHitbox> get items => tree.hitboxes;
Returns a flat List of items regardless of what data structure is used to store collision information.
@override
List<ShapeHitbox> get items => tree.hitboxes;