hitboxes property

Iterable<ShapeHitbox> get hitboxes

Implementation

Iterable<ShapeHitbox> get hitboxes => children.query<ShapeHitbox>();