Add ChildBuilder::spawn_batch #15869
Labels
A-ECS
Entities, components, systems, and events
A-Hierarchy
Parent-child entity hierarchies
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
What problem does this solve or what need does it fill?
There lacks a handy and efficient way to spawn many similar entities when using ChildBuilder.
What solution would you like?
Commands::spawn_batch is a handy and efficient way to spawn multiple entities. A similar method should be provided on ChildBuilder.
When migrating to 0.15-dev, where TextSpans are separate entities, I've noticed I would use ChildBuilder::spawn_batch often if it existed.
What alternative(s) have you considered?
Waiting for bsn!, or using on i-cant-believe-its-not-bsn.
The text was updated successfully, but these errors were encountered: