menu
flame package
documentation
collisions.dart
Broadphase<T extends Hitbox<T>>
removeAll method
removeAll method
dark_mode
light_mode
removeAll
method
void
removeAll
(
Iterable
<
T
>
items
)
Implementation
void removeAll(Iterable<T> items) { for (final item in items) { remove(item); } }
flame package
documentation
collisions
Broadphase<T extends Hitbox<T>>
removeAll method
Broadphase class