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.

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1StoreOwnership Enum
  3. 1.1Fields
  4. 1.2Remarks
  5. 1.3Remarks