dlom/bevy-async-ecs

feature request: add children methods to `AsyncEntity`

Open

#3 opened on 2023年12月28日

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)

説明

e.g. so one can do

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

コントリビューターガイド