• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3,639 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0075 秒)

371. 使用HTMLIframeElement加载html网页的问题。 [ 79%]

...签吗?(如下demo附件) html文件应该以什么标准来写? [error] Undefined class: table [error] Undefined class: tr [error] Undefined class: td 附件 : --> AddHtml.zip 2017-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

来源: Laya_社区 发布时间: 20170315

372. npm i layaair2-cmd -g 安装错误 怎么都安装不了 !!!!!! [ 79%]

...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

373. 编译的时候报错 [ 79%]

...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

374. LayaAir2在编辑器里面新建默认的3D项目(TS语言),无法完成编译和运行。 [ 79%]

...------------------------ 编译结束,耗时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

375. 批量预加载如果是图片或者声音类型,不会触发加载错误事件 [ 79%]

...加载错误,并不会触发错误事件。   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

376. IOS16 WebGL:context lost [ 78%]

...nvas 或者WebGL 两种模式对使用引擎有什么区别? Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 LayaAirIDE2.2 - Laya3D init error ,must support webGL 2.5引擎版本webgl使用遮罩动态变换位置和缩...

来源: Laya_社区 发布时间: 20221216

377. WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost [ 78%]

... drawToCanvas 报错 ImageData is not defined? LayaAirIDE2.2 - Laya3D init error ,must support webGL Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 安卓微信小游戏中webgl渲染文字过慢 切换场景编辑器时...

来源: Laya_社区 发布时间: 20211117

378. HttpRequest感觉没有发成功 [ 78%]

...时时间; 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

379. socket通讯返回数据 [ 78%]

...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

380. Uncaught TypeError: e.getStackTrace is not a function [ 78%]

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