大约有 3,639 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0075 秒)
Laya_社区(3538) Laya2.0_文档(31) Laya3.0_文档(17) Laya3.0_api(12) Laya2.0_示例(12) Laya_示例(11) laya_api(9) Laya2.0_api(9)
...签吗?(如下demo附件) html文件应该以什么标准来写? [error] Undefined class: table [error] Undefined class: tr [error] Undefined class: td 附件 : --> AddHtml.zip 2017-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20170315
...world 例子,为什么不显示? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 ide 2.4 layaair2-cmd 编译报错 路径是对的,...
来源: Laya_社区 发布时间: 20200422
...dingViewController.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 2019-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 bpmf_d ...
来源: Laya_社区 发布时间: 20190508
...------------------------ 编译结束,耗时1.469s 出错了: TypeScript error: src/layaair3d.ts(26,24): Error TS2339: Property 'direction' does not exist on type 'DirectionLight'. 打开 LayaAir3D.ts 文件,发现报了5条错误: 是不是新建3D项目的模板还没换号啊?...
来源: Laya_社区 发布时间: 20180916
...加载错误,并不会触发错误事件。 Laya.loader.on(Laya.Event.ERROR, this, function(){ console.log("err"); }); Laya.loader.load([{url:"res/general/test.png",type:laya.net.Loader.IMAGE}]); 如果指定的类型时json或者atlas是会触发错误事件的。 2018-09-26 添加评论 ...
来源: Laya_社区 发布时间: 20180926
...nvas 或者WebGL 两种模式对使用引擎有什么区别? Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 LayaAirIDE2.2 - Laya3D init error ,must support webGL 2.5引擎版本webgl使用遮罩动态变换位置和缩...
来源: Laya_社区 发布时间: 20221216
... drawToCanvas 报错 ImageData is not defined? LayaAirIDE2.2 - Laya3D init error ,must support webGL Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 安卓微信小游戏中webgl渲染文字过慢 切换场景编辑器时...
来源: Laya_社区 发布时间: 20211117
...时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("https://www.baidu.com","","get","text"); function processHandler(data){ console.log(data); console.log("processHandler"); } function errorHandler...
来源: Laya_社区 发布时间: 20180827
...t.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); // this.socket.send("hello world");//###################################################### } private openHandler(event: any = null): void { //正确建立连接; console.log("建立连接")...
来源: Laya_社区 发布时间: 20180211
Uncaught TypeError: e.getStackTrace is not a function catch( e:Error ) { ToolBase.Log( e.getStackTrace() ); // Uncaught TypeError: e.getStackTrace is not a function } Uncaught TypeError: e.getStackTrace is not a function。请问这个后续会实现吗? 2017-01-19 添加评论 免费...
来源: Laya_社区 发布时间: 20170119