![]() |
XII Release 0.1.0
|
Sent when an animation reached its end (either forwards or backwards playing) More...
#include <CommonMessages.h>
Public Member Functions | |
XII_DECLARE_MESSAGE_TYPE (xiiMsgAnimationReachedEnd, xiiEventMessage) | |
![]() | |
virtual const xiiRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const xiiRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T> | |
XII_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 xiiRTTI * | 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.