大约有 83 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0076 秒)
...uot;opendatacontext" }); } else { throw "获取图集的磁盘url路径不存在!"; } } static sendSinglePicToOpenDataContext(url) { var tempTextureUrl = Laya.URL.formatURL(url); var fileObj = MiniFileMgr.getFileInfo(tempTextureUrl); if (fileObj) { var fileMd5Name = fileObj.md5; var...
来源: Laya_社区 发布时间: 20200103
...(): void { this.sprite.loadImage("atlas/comp/image.png"); //纹理:图片路径 this.sprite.pos(Laya.stage.width >> 1, Laya.stage.height >> 1); //位置:屏幕中心 this.sprite.x = Laya.stage.width/2; //x、y分别设置位置 this.sprite.y = Laya.stage.height/2; this.sprite.size(51...
来源: Laya3.0_文档 发布时间: 20251010
...放在工程目录的bin/libs/下 d.打开bin/index.html,添加script指定路径 <!-- pemolo --> <script type="text/javascript" src="libs/PomeloClient.js"></script> 这样就可以了,便于使用和习惯,个人封装了pomloClient如: /** 基于pomelo网络握手通讯*/...
来源: Laya_社区 发布时间: 20161109