dlom/bevy-async-ecs

feature request: add children methods to `AsyncEntity`

Open

#3 opened on Dec 28, 2023

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Rust (6 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (30 stars)
PR merge metrics
 (PR metrics pending)

Description

e.g. so one can do

async_world.entity(entity).with_children(...);
async_world.entity(entity).add_child(...);
// etc.

Contributor guide