andreakarasho / TinyEcs

A tiny bevy-like archetype-style ECS library for dotnet
MIT License
113 stars 1 forks source link

Relationship missing documentation #31

Open chingham opened 2 months ago

chingham commented 2 months ago

This library is awesome, but the documentation is a little too simplistic, many areas are not covered

Specifically, it's explained how to use ChildOf or AddChild to specify a parent <> child relationship, but the explanation for how to iterate efficiently over the hierarchy is nowhere to be found