Tracking issue: support change detection for delete entities & components
未关闭
- 主要语言
- Rust
- 星标
- 1.7k
- 派生
- 140
- PR 合并指标
- 30 天内没有已合并 PR
描述
For the [hierarchy implementation](https://github.com/AThilenius/legion_transform/tree/master/src) I need a way to detect both deleted entities and components (I don't think I need to disambiguate however, just when any `Parent` or entity that had a `Parent` is deleted).
The ideal case would be to have a separate `deleted` filter that would also give me that last set Component value. I could see this being problematic in terms of leaking memory however.
Tagging @jaynus here too.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。