|
AR_Engine_SDK
|

Functions | |
| function XEAnimBlendController | new () end |
| function XEAnimBlendController | SetAnimBlendInstance (pAnimBlendIns) end |
| function XEAnimBlendController | GetAnimBlendInstance () end |
| function XEAnimBlendController | Tick (fInterval) end |
| function XEAnimBlendController | GetTimeLength () end |
| function XEAnimBlendController | SetTime (nTime) end |
| function XEAnimBlendController | GetNodeTimeLength (pNodeIns, nTimeLen) end |
| function XEAnimBlendController | GetNodeTimeLength (pNodeIns) end |
Variables | |
| XEAnimBlendController = {} | |
| function XEAnimBlendController GetAnimBlendInstance | ( | ) |
获取混合动画实例指针
| function XEAnimBlendController GetNodeTimeLength | ( | pNodeIns | , |
| nTimeLen | |||
| ) |
| function XEAnimBlendController GetNodeTimeLength | ( | pNodeIns | ) |
| function XEAnimBlendController GetTimeLength | ( | ) |
获取动画长度,如果是手动播放,返回的是手动播放区域的长度;如果是非手动播放,返回混合动画的长度。
| function XEAnimBlendController new | ( | ) |
XEAnimBlendController_new00
| function XEAnimBlendController SetAnimBlendInstance | ( | pAnimBlendIns | ) |
| function XEAnimBlendController SetTime | ( | nTime | ) |
设置当前时刻
| nTime | number |
| function XEAnimBlendController Tick | ( | fInterval | ) |
更新
| fInterval | number |
1.8.15