Evaluate lambdas lazy #122
helto4real
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
Using lambdas the selection of entities being tracked is done in intitialization. The problem is if other entities are added that match lambda it is not included
The proposed solution
Move evaluation to when event is triggered.
The alternatives
Additional context
Beta Was this translation helpful? Give feedback.
All reactions