Summary
An End Event
didn't actually end the animation.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- OptionalWarning
Syntax
EndEventInterrupt
Remarks
Animancer doesn't automatically do anything during an End Event
so it's up to you to end the animation (usually by playing something else).
This warning is given when the event isn't used to stop the animation that caused it
(usually by playing something else). This often indicates that the event hasn't been
configured correctly, however it is sometimes intentional such as if the event doesn't
immediately stop the animation but sets a flag to indicate the animation has ended for
another system to act on at a later time. In that case this warning should be disabled.
End Events
are triggered every frame after their time has passed, so in this case it might be
necessary to clear the event or simply use a regular
Animancer Event.
Constant Value
Value | Type |
---|---|
32 | Int32 |