[] UI.Clip 组件我设置为数字0~9,播放问题:我将clip.index = 6 . 然后开始播放,clip.play(); 它会重新从0开始播放,而不是接着从6开始。 能不能接着6开始播放呢?
我这部分的代码如下:
numClip.index = numClip.index + 1;
numClip.play();
在play()函数前的index还是正确的6,执行play()函数后,index就变成0了。
numClip.index = numClip.index + 1;
numClip.play();
在play()函数前的index还是正确的6,执行play()函数后,index就变成0了。
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
ymsdandan
赞同来自:
zoom
赞同来自: