[]ArrayBuffer如何转为Texture?

如题。我查看该文档。
https://ldc.layabox.com/doc/?nav=zh-ts-3-1-0
该文档里面并没有说明在Native下面如果通过二进制构造Texture。
同时,
https://ask.layabox.com/question/7667
https://ask.layabox.com/question/4279
也没有详细说明如何通过ArrayBuffer构造Texture。
我尝试了
Sprite.loadImage(ArrayBuffer)
Sprite.loadImage(base64(ArrayBuffer));
都不能显示图片。
 
已邀请:

wudi199553

赞同来自:

是可以转的,把纹理数据转换为base64编码,再用Sprite.fromImage,但是特别特别麻烦,所以我们不推荐,也不太支持

要回复问题请先

商务合作
商务合作