Home > other >  Animation is update the data before the update?
Animation is update the data before the update?

Time:09-28

My animation will update a float value, I read values is the value of the current frame in the update? Animation calculation is in before or after the update?

CodePudding user response:

Code execution sequence related to the code before and after

CodePudding user response:

Can be, see your specific needs, at the end of a frame update code that will call before the next frame update, before the next frame update code, will be in the frame of the call after the update
  • Related