The question is:
I got 2 examples:
Behaviour "destroy outside layout"
and
Every 40 sec
Item is outside layout
-> Destroy item
Will i get a performance benefict by using the second one? Because i don't care if the effect doesn't trigger at every tick, i just need to clean the items outside layout every few seconds... but if there is absolutely no difference in CPU usage, then i'll go with the first solution.