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

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

51. 打包APK运行,drag拖动出现问题;color="#0"程序直接崩溃 [ 53%]

...vent(touchemoves[j], evt);                         _this.check(_this._stage, _this.mouseX, _this.mouseY, _this.onMouseMove);                     }                     _this.checkMouseOut();                     break;  以上问题电脑...

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

52. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 52%]

...忽略 plugins: [ typescript({ tsconfig:workSpaceDir + "/tsconfig.json", check: true, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }), glsl({ // By default, everything gets included include: /.*(.glsl|.vs|...

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

53. layaair2-cmd编译报错task无compile [ 52%]

...   [11:14:55] Task 'compile' is not in your gulpfile [11:14:55] Please check the documentation for proper gulpfile formattin gulp版本 3.9.1    2020-01-18 0 0 分享 微博 QZONE 微信 ngKevin 赞同来自: 找依赖找了半天 ,废了半天的力气,找全之后,还有个编译的task...

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

54. Texture如何转换成Texture2D有人搞过吗 [ 51%]

...出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format 怎么修改Texture的颜色 texture资源卸载再加载会闪 native项目中如何将图片文件的二进制数据转成 Texture? 官方“销毁Texture”示例问题 IDE打开某个场景...

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

55. [LayaAir3]导出微信小游戏的.mc文件变成.mc.bin无法被加载 [ 51%]

...解决,更新微信开发者工具 原报错为 "readFile:fail Parameter check error: parameter.encoding 字段需为 'ascii' | 'base64' | 'binary' | 'hex' | 'latin1' | 'ucs-2' | 'ucs2' | 'utf-16le' | 'utf-8' | 'utf16le' | 'utf8'",更新最新 2025-07-08 0 0 分享 微博 QZONE 微信 为什么...

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

56. 修改了Scene下的WebGL参数导致渲染3D对象出现局部透明 [ 50%]

...gl.bindBuffer(Laya.WebGLContext.ARRAY_BUFFER, this.textureCoordBuffer); // Check the current orientation of the device combined with the // orientation of the VRSeeThroughCamera to determine the correct UV // coordinates to be used. const combinedOrientation = combineOrientations( window.screen.orie...

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

57. Laya2.6 vscode 编译错误 [ 49%]

...ile.js [17:22:12] Task 'compile' is not in your gulpfile [17:22:12] Please check the documentation for proper gulpfile formatting exit:1   附件 : --> 2020-05-09 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...

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

58. 2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 [ 49%]

...e", default:"bbb"}*/ public editOptionType:string = "bbb"; /** @prop {name:checkType, tips:"", type:Check}*/ public checkType; /** @prop {name:colorType, tips:"", type:Color}*/ public colorType; /** @prop {name:nodeType, tips:"", type:Node}*/ public nodeType; /** @prop {name:prefabType, tips:"", typ...

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

59. [LayaAirIDE3]3.3.1 UI点击区域异常,mouseThrough属性失效 [ 47%]

...etrable, the engine will no longer detect this object and will recursively check its child objects until it finds the target object or misses all objects. * When not penetrable, the node's width and height define the mouse collision area (a non-penetrable rectangular area). If the rectangular collis...

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

60. UI组件资源命名规则 · LayaAir3.3 · 引擎文档 · LAYABOX [ 46%]

...extInput 文本输入 textInput_ input_ TextArea 文本域 textArea_ area_ CheckBox 多选框 checkBox_ check_ Label 显示文本 label_ 无缩写 RadioGroup 单选框组 radioGroup_ 无缩写 Radio 单选框 radio_ 无缩写 Tab 导航标签组 tab_ 无缩写 Clip 位图切片 clip_ 无缩写 FontC...

来源: Laya3.0_文档 发布时间: 20251010