大约有 87 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
Laya_社区(59) Laya2.0_文档(12) Laya3.0_文档(8) Laya3.0_api(3) laya_api(2) Laya2.0_示例(1) Laya_示例(1) Laya2.0_api(1)
...不可使用node等本地模块,可使用Laya引擎; 如果插件脚本错误使用了当前环境中不存在的特性,脚本可能无法运行。例如,在一个Laya自定义组件脚本里使用node的fs模块去访问文件系统,会导致脚本在预览或者最终发布时运行报...
来源: Laya3.0_文档 发布时间: 20241014
...er.on(Laya.Event.ERROR, this, this.onError); }); } /** * 当报错时打印错误 * @param err 报错信息 */ onError(err: string): void { console.log("加载失败: " + err); } /** * 加载时侦听 */ onLoading(progress: number): void { //接近完成加载时,让显示进度比实际进度慢...
来源: Laya3.0_文档 发布时间: 20241014
...; break; case 5: obj.type = "aeroboat"; break; default: alert("网络连接错误,请重新进入游戏~"); break; } obj.lel = target.lel; // 加载主体的背景 Laya.loader.load("res/island.png", Handler.create(this, function() { // 图片加载 var t = Laya.loader.getRes("res/island.png"); var...
来源: Laya_社区 发布时间: 20170720
...登录 发起人 lingann_game 相关问题 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined laya2.0加载3d场景报错Uncaught TypeError: Cannot read prop...
来源: Laya_社区 发布时间: 20170525
... (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 骨骼动画播放完后的回调时间 修改stage的scale后,会发生异常情况 自定义场景类导出layaMaxUI.ts有前缀导致报错 构建iOS工程后,真机上运行显示“网络异常,请检查您...
来源: Laya_社区 发布时间: 20180709
...登录 发起人 lingann_game 相关问题 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined laya2.0加载3d场景报错Uncaught TypeError: Cannot read prop...
来源: Laya_社区 发布时间: 20170525
...的事件类型 我们常用的基本就是进度事件,完成事件,错误事件等 /** * 请求进度改变时调度。 * @eventType Event.PROGRESS * */ /*[Event(name = "progress", type = "laya.events.Event")]*/ /** * 请求结束后调度。 * @eventType Event.COMPLETE * */ /*[Event(name = "c...
来源: Laya3.0_文档 发布时间: 20241014
...re errorTexture: Texture2D = null Defined in laya/resource/Texture2D.ts:44 错误纹理 Static grayTexture grayTexture: Texture2D = null Defined in laya/resource/Texture2D.ts:36 纯灰色纹理。 Static normalTexture normalTexture: Texture2D = null Defined in laya/resource/Texture2D.ts:42 默认法...
来源: Laya3.0_api 发布时间: 20231115
...amily:Arial 04-11 11:17:11.568 8591-8609/com.mygame.laya E/LayaBox﹕ 错误:图片大小超过2048,无法处理!!! 04-11 11:17:11.588 8591-8658/com.mygame.laya E/LayaBox﹕ download image file error! http://192.168.167.103:8901/bi ... e.png 04-11 11:17:11.588 8591-8658/com....
来源: Laya_社区 发布时间: 20170411
...ser.window.Demo1(); client.start(); } script.onerror = function(){ //加载错误函数 } Laya.Browser.document.body.appendChild(script); ``` 然后再新建一个js文件,简单代码如下: ```typescript var Demo1 = (function () { function Client() { } Client.prototype.start = function () { //...
来源: Laya2.0_文档 发布时间: 20210714