码迷,mamicode.com
首页 > 其他好文 > 详细

CEGUI-----动画

时间:2015-10-10 15:17:42      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:

Animation XML files.

<AnimationDefinition> 

  <Affector name=‘要被改变的属性名’ interpolator=‘关键帧之间平滑过度的数值’>

  //specifies the name of a property that will be affected (have it‘s value changed) as part of the animation

    <KeyFrame>position=‘关键帧的时间’  value=‘要将属性设置成的值’</KeyFrame>

  </Affector> 

</AnimationDefinition> 

 

也就是:动画是连续改变窗口的某个属性--setproperty(name, value),属性值由关键帧来定,帧动画呗→_→

CEGUI-----动画

标签:

原文地址:http://www.cnblogs.com/yiii/p/4866827.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!