dlom/bevy-async-ecs
GitHub で見るfeature request: add children methods to `AsyncEntity`
Open
#3 opened on 2023年12月28日
enhancementgood first issue
Repository metrics
- Stars
- (30 stars)
- PR merge metrics
- (PR metrics pending)
説明
e.g. so one can do
async_world.entity(entity).with_children(...);
async_world.entity(entity).add_child(...);
// etc.