|
AR_Engine_SDK
|

Functions | |
| function XBlendShapeAnim | UpdateToCurTime (ctx) end |
| function XBlendShapeAnim | AddLayer (eType, szLayerName, pAsset) end |
Variables | |
| XBlendShapeAnim = {} | |
| function XBlendShapeAnim AddLayer | ( | eType | , |
| szLayerName | , | ||
| pAsset | |||
| ) |
添加一个Layer
| eType | AnimControllerType 控制器类型 |
| szLayerName | string 添加的Layer名称 |
| pAsset | IXAnimationBase 动画资源指针 |
| function XBlendShapeAnim UpdateToCurTime | ( | ctx | ) |
播放器更新到当前时刻,一般用于引擎内部调用,或重载函数实现;
| ctx | UpdateParam 更新参数 |
| XBlendShapeAnim = {} |
1.8.15