Kiwano Engine v1.3.x
kiwano::AnimationWrapper类 参考

动画包装器 更多...

#include <AnimationWrapper.h>

Public 成员函数

 AnimationWrapper (RefPtr< Animation > ptr)
 
AnimationWrapperLoops (int loops)
 设置循环次数
 
AnimationWrapperDelay (Duration delay)
 设置动画延迟
 
AnimationWrapperHandler (RefPtr< AnimationEventHandler > handler)
 设置动画结束回调函数
 
AnimationWrapperRemoveTargetWhenDone ()
 动画结束时移除目标角色
 
AnimationWrapperName (StringView name)
 设置名称
 
AnimationWrapperEase (const EaseFunc &ease)
 设置缓动函数
 
AnimationWrapper Clone () const
 克隆动画
 
AnimationWrapper Reverse () const
 获取反向动画
 
AnimationGet () const
 获取指针
 
void SetEntity (RefPtr< Animation > ptr)
 设置动画
 
Animationoperator-> () const
 
 operator Animation * () const
 
 operator RefPtr< Animation > () const
 
 operator bool () const
 

Protected 属性

RefPtr< Animationptr
 

详细描述

动画包装器