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

Returns

System.ReadOnlySpan<System.Int32>

Contents

  1. 0.1Friflo.Engine.ECS.TreeNode
  2. 1TreeNode.GetChildIds(EntityStore) Method