You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently observers can only detect addition and removal of components, not relations.
Solution
As we have .onAdd<Foo> / .onRemove<Foo>, we should also have .onRelate<ChildOf> and .onUnrelate<ChildOf>.
The text was updated successfully, but these errors were encountered:
RiscadoA
added
A-Core
B-ECS
P-Urgent
This issue is a big priority, and it would be good to close it ASAP
P-Normal
This issue isn't a big priority, but it would still be nice to have it closed soon
and removed
P-Urgent
This issue is a big priority, and it would be good to close it ASAP
labels
Dec 16, 2024
Problem
Currently observers can only detect addition and removal of components, not relations.
Solution
As we have
.onAdd<Foo>
/.onRemove<Foo>
, we should also have.onRelate<ChildOf>
and.onUnrelate<ChildOf>
.The text was updated successfully, but these errors were encountered: