How to get current frame data & index? #1191
Unanswered
chengenzhao
asked this question in
Q&A
Replies: 2 comments 4 replies
-
@chengenzhao 每次onUpdate被执行的时候都是新的一帧,也许我们可以自己算... |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, do you mean this in AnimatedTexture?
It would be quite easy to make this public. Can you provide your use case please. |
Beta Was this translation helpful? Give feedback.
3 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi:
Is it possible to get the current frame data like which frame(1st, 2nd or 3rd) is currently showing
in the onUpdate method?
We tried to use method like viewComponent.getAnimationChannel().getCurrentFrame() but failed
Thanks
Beta Was this translation helpful? Give feedback.
All reactions