Skip to content

Entity.Children Property

Definition

Namespace: Brine2D.ECS

Gets the read-only collection of child entities. The wrapper is created once and cached; it reflects live changes to the child list.

public System.Collections.Generic.IReadOnlyList<Brine2D.ECS.Entity> Children { get; }

Property Value

System.Collections.Generic.IReadOnlyList<Entity>