items property

  1. @override
List<ShapeHitbox> items
override

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;