Add WriteStorage::take
Offen
feature-request
- Vorherrschende Sprache
- Rust
- Sterne
- 2.6k
- Forks
- 215
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Description
It will remove the component from the entity and return it (not by reference), similar to Option::take.
## Motivation
This avoids cloning the component if it will be removed soon anyway. This allows cleaner code.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.