![]() |
ezEngine
Release 25.03
|
Sent when an animation reached its end (either forwards or backwards playing) More...
#include <CommonMessages.h>
Public Member Functions | |
EZ_DECLARE_MESSAGE_TYPE (ezMsgAnimationReachedEnd, ezEventMessage) | |
![]() | |
virtual const ezRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const ezRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Additional Inherited Members | |
![]() | |
static const ezRTTI * | GetStaticRTTI () |
Sent when an animation reached its end (either forwards or backwards playing)
This is sent regardless of whether the animation is played once, looped or back and forth, ie. it should be sent at each 'end' point, even when it then starts another cycle.