BeanCheeseBurrito/Flecs.NET

Docs update: rename `EcsOnUpdate` to `Ecs.OnUpdate`

miguno opened this issue · 1 comments

miguno commented

The docs use outdated names for phases, e.g. at https://beancheeseburrito.github.io/Flecs.NET.Docs/docs/documentation/quickstart#system.

Wrong (current):

moveRoutine.Entity.Add(EcsOnUpdate);

Should be:

moveRoutine.Entity.Add(Ecs.OnUpdate);

Thanks for your work on these bindings!

Fixed in BeanCheeseBurrito/Flecs.NET.Docs@52ed298. Let me know if there are anymore changes that should be made.

Thanks for your work on these bindings!

No problem!