AR_Engine_SDK
|
#include <XAnimationSequence.h>
函数 | |
function XAnimationSequence | GetTotalTime () end |
function XAnimationSequence | SetStartTime (time) end |
function XAnimationSequence | SetEndTime (time) end |
function XAnimationSequence | SetFrameRate (fps) end |
function XAnimationSequence | GetFrameRate () end |
变量 | |
XAnimationSequence = {} | |
function XAnimationSequence GetFrameRate | ( | ) |
获取帧速率
function XAnimationSequence GetTotalTime | ( | ) |
获取动画序列总长度
function XAnimationSequence SetEndTime | ( | time | ) |
设置动画序列结束时间
time | number 动画序列结束时间 |
function XAnimationSequence SetFrameRate | ( | fps | ) |
设置帧速率
fps | number 帧速率 |
function XAnimationSequence SetStartTime | ( | time | ) |
设置动画序列开始时间
time | number 动画序列开始时间 |
XAnimationSequence = {} |