Unity-AnimationUI icon indicating copy to clipboard operation
Unity-AnimationUI copied to clipboard

PlayReversed will immediately trigger the OnAnimationEnded

Open sunsvip opened this issue 1 year ago • 0 comments

m_OpenAnimation.OnAnimationEnded = onAnimComplete.Invoke;
m_OpenAnimation.PlayReversed();

PlayReversed will immediately trigger the OnAnimationEnded callback method, rather than triggering it after the animation finishes playing.

sunsvip avatar Sep 22 '24 03:09 sunsvip