美文网首页
微信小游戏:加载微信图片

微信小游戏:加载微信图片

作者: cmd_ts | 来源:发表于2018-09-18 17:59 被阅读84次
    load_picture_async(imgurl,temp){
            return new Promise((resolve,reject) => {
                var self = this;
                cc.loader.load(imgurl, function(err, texture){   
                  self.node.getChildByName('image').getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);
    
                    resolve('ok')
                });
            })
        }
    

    批量加载微信图片

    asd.png

    相关文章

      网友评论

          本文标题:微信小游戏:加载微信图片

          本文链接:https://www.haomeiwen.com/subject/kjhmnftx.html