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