enum ecs::SparseSetDeletePolicy
Determines how are entries treated when they are removed from a sparse set.
Values
| Name | Value | Description |
|---|---|---|
InPlace |
0 |
Entry will be deleted in place. |
SwapAndErase |
1 |
Entry will be swapped with the last entry in the container, and then removed form the container. |
SwapOnly |
2 |
Entry will be swapped with the last entry in the container. |