Go to frame and pause
Closed this issue · 1 comments
Zayco commented
Hi,
In the player, is it possible to go to a specific frame and pause, or a way to just cycle through the frames.
Something like seekToFrame() and seekToNextFrame().
I basically want to:
- Show first frame and pause
- Trigger next frame and pause
- Repeat until last frame.
jagenjo commented
Scenes do not have "frames", they are an interactive environment.
Animation do have frames, and you can create a script that changes PlayAnimation component current_time to the time you want.