类型定义 | |
typedef void(CALLBACK * | funAnimation) (HXCGUI hAnimation, int flag) |
动画回调 更多... | |
typedef void(CALLBACK * | funAnimationItem) (HXCGUI hAnimation, float pos) |
动画项回调 更多... | |
typedef void(CALLBACK * funAnimation) (HXCGUI hAnimation, int flag) |
动画回调
hAnimation | 动画序列或动画组句柄 |
flag | 当前忽略 |
typedef void(CALLBACK * funAnimationItem) (HXCGUI hAnimation, float pos) |
动画项回调
hAnimation | 动画项句柄 |
pos | 当前进度(0.0f-1.0f) |