我怎样才能制作一个具有可互换图像的精灵
我怎样才能获得通过这个界面更新图像的精灵?
public class DinImageSprite extends Sprite
{
public function DinImageSprite() {
super();
}
public setImage(a:Class) {
}
}
坦克
How can i get sprite thats updates the image with this interface?
public class DinImageSprite extends Sprite
{
public function DinImageSprite() {
super();
}
public setImage(a:Class) {
}
}
Tanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑您的问题并详细说明您要传递到设置图像函数中的内容。
或者你可以更模糊一些,这样我们就可以继续猜测。
Edit your question and elaborate more on what you are passing into the set image function.
Or you can be more vague so we can keep on guessing.