NodeAnimationStatus()
语法
Result = NodeAnimationStatus(#NodeAnimation)概要
Return the specified #NodeAnimation status.
参数
#NodeAnimation The node animation to use.
返回值
The return value can be one of the following constants:#PB_NodeAnimation_Stopped: The animation is stopped (or has ended). #PB_NodeAnimation_Started: The animation is running.
参阅
StartNodeAnimation(), StopNodeAnimation()
已支持操作系统
所有