TreeNode.GetChildIds(EntityStore).md
July 22, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.TreeNode
TreeNode.GetChildIds(EntityStore) Method
Returns the child entity ids.
Executes in O(1).
public System.ReadOnlySpan<int> GetChildIds(Friflo.Engine.ECS.EntityStore store);
Parameters
store EntityStore