cocos2d-iphone – 更改CCSprite的图像

前端之家收集整理的这篇文章主要介绍了cocos2d-iphone – 更改CCSprite的图像前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我已经创建了一些CCSprites使用spriteWithFile。

如何在运行时更改sprite的图像?

我需要定期更改一些sprite图像。

CCTexture *tex = [CCTexture textureWithFile:fileName];
self.texture = tex;
原文链接:https://www.f2er.com/cocos2dx/338348.html

猜你在找的Cocos2d-x相关文章