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, using Psy.Loops, you have to connect to the Loop::iteration signal in order to do something, or override the loop.iteration virtual function in a derived class. This works, but it isn't so nice as Steps, typically activate other steps.
So It would be nice to be able to create a single step/child property of loop. Than on each iteration of the loop, that sub step can be activated and when leaving the substep, you can cause a new iteration of the loop. This way it should be possbile to put new steps inside of a Loop and run the step on each iteration of the loop.
The text was updated successfully, but these errors were encountered:
Currently, using Psy.Loops, you have to connect to the Loop::iteration signal in order to do something, or override the loop.iteration virtual function in a derived class. This works, but it isn't so nice as Steps, typically activate other steps.
So It would be nice to be able to create a single step/child property of loop. Than on each iteration of the loop, that sub step can be activated and when leaving the substep, you can cause a new iteration of the loop. This way it should be possbile to put new steps inside of a Loop and run the step on each iteration of the loop.
The text was updated successfully, but these errors were encountered: