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

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

651. 2.3.0beta 各种bug [ 71%]

...修改 typescript({                 check: true, //Set to false to avoid doing any diagnostic checks on the code                 tsconfigOverride:{compilerOptions:{removeComments: true}}             }),如果有  async(){ await xxxx }会报这个错误 TS...

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

652. 在Chrome下Layaair的List组件无法拖动,报如图错误 [ 71%]

...如图错误 Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.   附件 : --> 2017-03-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

653. Button点击函数逻辑bug [ 71%]

Button点击函数逻辑bug onMouse(e) { if (this.toggle === false && this._selected) return; if (e.type === Laya.Event.CLICK) { this.toggle && (this.selected = !this._selected); this._clickHandler && this._clickHandler.run(); return; } !this._selected && (this.state...

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

654. 分包编译第二次结果不正确 [ 71%]

... QZONE 微信 15068753667 赞同来自: 编译命令选项配置quickmode=false可以解决,另外为什么要分包啊,没有必要,加QQ 61496426 详聊 2017-08-20 0 0 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 目前确实是有这个问题,可以先在配置中加个...

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

655. 二次开发 · LayaAir3.3 · 引擎文档 · LAYABOX [ 71%]

...)); alert(bridge.call("testNumber:",256.0)); alert(bridge.call("testBool:",false)); obj.value = "Hello OC!"; bridge.callWithBack(function(value: any) { var obj = JSON.parse(value) alert(obj.value); },"testAsyncCallback:", JSON.stringify(obj)); } else if (os == "Conch-android") { alert(bridge.call("t...

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

656. laya.ui.WXOpenDataViewer_API3.0 [ 71%]

...ra Defined in laya/display/Node.ts:58 _ownGraphics _ownGraphics: boolean = false Inherited from AnimationBase._ownGraphics Defined in laya/display/Sprite.ts:245 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:631 _skinBaseUrl _skinBaseUrl: string Inherited from Animati...

来源: Laya3.0_api 发布时间: 20231102

657. 如何获得box单独每个面的material [ 71%]

...Laya.MeshSprite3D(mesh)); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); box.transform.position = new Laya.Vector3(ConstValue.boxOutScreen,ConstValue.boxHeight/2,0); var material = new Laya.StandardMaterial(); material.albedo = new Laya.Vector4(this.color.r,this.color.g,this.color.b...

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

658. Mesh网格-网格加载 [ 71%]

...(0, 0.8, 1.5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, -1); //加载网格 var layaMonkey = scene.add...

来源: Laya_示例 发布时间: 20260303

659. 打APK后加载unity导出资源出错 [ 71%]

...le.js:8960: typeError:Cannot set property 'active' of undefined sp.acctive=false    原代码的位置写的是 var path="map/mapitem/"+mdai.mapName+"1.lh";         if(this.PRINT_LOG){             console.log("准备读取区域"+curIndex+" 的 路径: "+path+"地图");    ...

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

660. TextInput设置focus=true后,光标不居中,可输入超过maxChars的数字 [ 71%]

...al可以设置flat shading么 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 关于同为object层,层级设置无效的问题 anchor锚点设置不生效 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让...

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