StoreOwnership.md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
StoreOwnership Enum
Describe the ownership state of an Entity
public enum StoreOwnership
Fields
attached 1
The entity is owned by an EntityStore.
Remarks
Entities created with CreateEntity() are automatically attached to its EntityStore
detached 0
The entity is not owned by an EntityStore.
Remarks
When calling DeleteEntity() its state changes to detached.