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

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

1611. laya 2.3 native 打包apk后,monkey测试crash [ 25%]

...MIXM:user/release-keys' Revision: '0' ABI: 'arm64' pid: 10681, tid: 11094, name: GLThread 2653  >>> com.iogame.wipeout3d <<< signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0x7f8780c0f0     x0   0000000000000000  x1   0000000000000000  x2   0000000000000000  x3   ...

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

1612. lib/arm/liblayaair.so 总是崩溃 [ 24%]

...I: 'arm' 08-14 10:57:49.418 17175-17175/? A/DEBUG: pid: 22228, tid: 22354, name: Thread-5336  >>> com.yywgames.wpby.cn <<<     signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xffffffff 08-14 10:57:49.521 17175-17175/? A/DEBUG:     r0 ae67f0b0  r1 00000000  r2 ae67f0b...

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

1613. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 24%]

...(this._body_ani); // } // this._body_ani.play(0, true, doll_item.animation_name);  this._box = box;  this._fly_site.w = this._box._area.w - 20; this._box.graphics.drawLine( 0, this._fly_site.h, this._box._area.w, this._fly_site.h, "#ff0000", 1 );  // 当更新房间时 if( this._doll_area.w != do...

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

1614. laya.d3.core.material.StandardMaterial [ 22%]

...g, data:*, params:Array):void[override] private StandardMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _addDisablePublicShaderDefine(value:int):void 增加禁用...

来源: laya_api 发布时间: 20170929

1615. 屏幕适配 · LayaAir3.3 · 引擎文档 · LAYABOX [ 22%]

...ta标签中用 viewport进行了相关的配置。代码如下: <meta name='viewport' content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no'/> 以上代码LayaAir引擎中默认添加,并强制添加不得删除。 通过上面这段viewport的...

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

1616. laya.net.Loader_API3.0 [ 22%]

...fined in laya/net/Loader.ts:165 资源分组对应表。 Type declaration [name: string]: Set<string> Static loadedMap loadedMap: {} Defined in laya/net/Loader.ts:167 已加载的资源池。 Type declaration [url: string]: Array<any> Static preLoadedMap preLoadedMap: {} Defined in laya/...

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

1617. Unity资源导出插件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 21%]

...nity的Inspector基础属性 LayaAir是否支持导出的说明 GameObject Name(节点名称) 支持 Static(静态) 只支持勾选 或 不勾选 Layer(层) 只支持层的序号导出,开发者也可以在LayaAir引擎中设置Layer Position(位置) 支持(包括:X、Y、Z) ...

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

1618. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 21%]

...始导出文件                  Customize Export Root Directory Name     自定义导出文件夹名称                  Automatically Save The Configuration       导出时自动保存当前配置          Browse                 选择导出目录          ...

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

1619. 为什么支持tiled之作的地图呢? [ 20%]

...eight":100, "infinite":false, "layers":[ { "image":"Pictures\/timg2.jpg", "name":"jpgmap", "opacity":1, "type":"imagelayer", "visible":true, "x":0, "y":0 }, { "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...

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

1620. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 20%]

....json 内容如下: ```json { "version": "0.2.0", "configurations": [ { "name": "chrome调试", "type": "chrome", "request": "launch", "file": "${workspaceRoot}/bin/index.html", "runtimeArgs": [ "--allow-file-access-from-files", "--disable-web-security" ], "sourceMaps": true, "webRoot": "${workspa...

来源: Laya2.0_文档 发布时间: 20210715