dlom/bevy-async-ecs
Vedi su GitHubfeature request: add children methods to `AsyncEntity`
Open
#3 aperta il 28 dic 2023
enhancementgood first issue
Metriche repository
- Star
- (30 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
e.g. so one can do
async_world.entity(entity).with_children(...);
async_world.entity(entity).add_child(...);
// etc.