作为动画持续时间提供的长值 - AndEngine
好的,我提供这个变量来为 andengine 中的精灵表设置动画。
player.animate(new long[] { 100,100},0,2,false);
正如您所看到的,它所采用的第一个长参数是一个 long 参数,它定义了持续时间。
但我不断收到错误,
01-09 18:32:14.910: E/AndroidRuntime(13483): java.lang.IllegalArgumentException: pFrameDurations must have the same length as pFirstTileIndex to pLastTileIndex.
我知道这个错误意味着什么,但我无法弄清楚它正在寻找多长时间。
有什么想法吗?
Oky i am supplying this variable to animate a sprite sheet in andengine.
player.animate(new long[] { 100,100},0,2,false);
The first long parameter it takes is a long as you can see which defines the duration.
But i keep getting the error
01-09 18:32:14.910: E/AndroidRuntime(13483): java.lang.IllegalArgumentException: pFrameDurations must have the same length as pFirstTileIndex to pLastTileIndex.
I know what this error means, but i cant figure out what long durations it is looking for.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者
取决于动画有多少帧
or
depending on how many frames the animation has