TreeMembership.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

TreeMembership Enum

Describe the membership of an Entity to the EntityStore tree graph.

public enum TreeMembership

Fields

floating 0

The entity is not member of the EntityStore tree graph.

treeNode 1

The entity is member of the EntityStore tree graph.

Remarks

Requirement: The entity must be attached to an EntityStore

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1TreeMembership Enum
  3. 1.1Fields
  4. 1.2Remarks