Tracking issue: support change detection for delete entities & components
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 1.7k
- Forks
- 140
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.