失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > cocos creator小游戏加载跨域头像

cocos creator小游戏加载跨域头像

时间:2020-10-22 22:26:18

相关推荐

cocos creator小游戏加载跨域头像

cocos creator小游戏加载跨域头像

// 玩家头像 和 名字 (防止跨域问题)cc.assetManager.downloader.downloadDomImage(avatarUrl ,null, (err, img) => {if(err){cc.error('玩家头像错误='+err)return}let texture = new cc.Texture2D();texture.initWithElement(img);texture.handleLoadedTexture();this.headNodeArr[0].getComponent(Sprite).spriteFrame = new cc.SpriteFrame(texture);})

如果觉得《cocos creator小游戏加载跨域头像》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。