- Modifié
Render a frame of animation?
Hello,
How could I render a frame of animation with frameIndex?
The function look like:
animation.renderframe(frameIdx, ...)
I am using libGDX.
Thank you.
You can use Animation apply
. See:
Applying Animations - Spine Runtimes Guide: Timeline API