StartNodeAnimation()
语法
StartNodeAnimation(#NodeAnimation [, Flags])概要
Start the specified #NodeAnimation. The animation is always started from the beginning.
参数
#NodeAnimation The node animation to use. Flag Flags can be a combination of the following values: #PB_NodeAnimation_Once: Play the animation only once. By default the animation loops automatically when its end is reached. NodeAnimationStatus() can be used to detect the animation end.
返回值
无.
参阅
StopNodeAnimation(), NodeAnimationStatus(), AddNodeAnimationTime()
已支持操作系统
所有