dlom/bevy-async-ecs

feature request: add children methods to `AsyncEntity`

Open

#3 创建于 2023年12月28日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Rust (6 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (30 star)
PR 合并指标
 (PR 指标待抓取)

描述

e.g. so one can do

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

贡献者指南