EntityStore.RecycleIds.md
July 31, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EntityStore
EntityStore.RecycleIds Property
If true (default) ids of deleted entities are recycled when creating new entities.
If false every new entity gets its own unique id. As a result the store capacity will always grow over time.
public bool RecycleIds { get; set; }