I still have a doubt, what is the trigger condition of EventType_End? According to the description of the official document: "An animation has ended, either due to interruption or it has completed and is not looped." At the end of the animation, or the animation is interrupted, End will be executed, but after the animation ends, only EventType_Complete is triggered. , did not trigger EventType_End, I want to know what is the trigger condition of EventType_End?
After testing, I found that EventType End will also trigger when EventType Interrupt is triggered, but EventType_End will not be triggered when EventType_Complete is triggered.