GetNodeAnimationWeight()
语法
Result = GetNodeAnimationWeight(#NodeAnimation)概要
Returns the #NodeAnimation weight. The weight is useful when playing several animations at once. For example to do a smooth transition from one animation to another, it is possible to reduce progressively the weight of the first animation and increase the weight of the second animation.
参数
#NodeAnimation The node animation to use.
返回值
The current node animation weight (value between 0.0 and 1.0). If the weight is 0, then the animation has no effect. If the weight is 1, then animation is fully playing.
参阅
StartNodeAnimation()
已支持操作系统
所有