AR_Engine_SDK
|
Functions | |
function XAnimationSequence | GetAnimationType () end |
function XAnimationSequence | GetStartTime () end |
function XAnimationSequence | GetTimeLength () end |
function XAnimationSequence | GetTotalTime () end |
function XAnimationSequence | SetStartTime (time) end |
function XAnimationSequence | SetEndTime (time) end |
function XAnimationSequence | SetFrameRate (fps) end |
function XAnimationSequence | GetFrameRate () end |
function XAnimationSequence | GetFilename () end |
Variables | |
XAnimationSequence = {} | |
function XAnimationSequence GetAnimationType | ( | ) |
获取动画类型
function XAnimationSequence GetFilename | ( | ) |
获取资源文件名
function XAnimationSequence GetFrameRate | ( | ) |
获取帧速率
function XAnimationSequence GetStartTime | ( | ) |
获取动画序列开始时间
function XAnimationSequence GetTimeLength | ( | ) |
获取动画序列长度
function XAnimationSequence GetTotalTime | ( | ) |
获取动画序列总长度
function XAnimationSequence SetEndTime | ( | time | ) |
设置动画序列结束时间
time | number 动画序列结束时间 |
function XAnimationSequence SetFrameRate | ( | fps | ) |
设置帧速率
fps | number 帧速率 |
function XAnimationSequence SetStartTime | ( | time | ) |
设置动画序列开始时间
time | number 动画序列开始时间 |
XAnimationSequence = {} |