Quantcast
Channel: Cocos中文社区 - 最新帖子
Viewing all articles
Browse latest Browse all 494966

Cocos creator如何加载网络图片

$
0
0

    cc.loader.load(murl,function (err, texture) {
         var frame=new cc.SpriteFrame(texture);
         self.node.getComponent(cc.Sprite).spriteFrame=frame;
    });

帖子重复,关闭


Viewing all articles
Browse latest Browse all 494966

Trending Articles