大约有 2,603 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0092 秒)
... this, this.change, [1]); //初始时默认上面一层不可见 this.layoutSecond.visible = false; } //点击切换状态 private change(state: number, e: Laya.Event) { e.stopPropagation(); this.state = state; this.layoutSecond.visible = (state === 0); this.btnFirst.visible = (state !== 0); } } ...
来源: Laya_社区 发布时间: 20180810
...料流 请问 《学习开发HTML5游戏《打地鼠》(LayaAir引擎)TS》的视频教程是否有配到代码下载? 视频播放案例 layacmd现在最新的版本publish的时候mode设置不生效? 最新IDE下载打开报错文件已经损坏! 下载最新类库后项目报错无法...
来源: Laya_社区 发布时间: 20190402
...AUEgl_GARw==/lib/arm64/liblayaair.so (v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&))+148) [arm64-v8a] 5 #04 pc 0000000000688a88 /data/app/com.mylafe.game.handsomecat-Bnthya3kQ4uXAUEgl_GARw==/lib/arm64/liblayaair.so [arm64-v8a] 6 #05 pc...
来源: Laya_社区 发布时间: 20200309
...12-09 22:04:33.108 12728-12832/? I/LayaBox: require(/sdcard/layabox/scripts/scripts/index.js) 12-09 22:04:33.109 12728-12832/? I/LayaBox: require(/sdcard/layabox/scripts/index.js) 12-09 22:04:33.110 12728-12832/? I/LayaBox: found the file in the package:scripts/index.js 12-09 22:04:33.115 12728-...
来源: Laya_社区 发布时间: 20181209
...t NaN, non-number types, including empty strings, but allows bigints const valid = ms > 0 && ms < Infinity if (valid === false) { if (typeof ms !== 'number' && typeof ...
来源: Laya_社区 发布时间: 20201201
...OORDINATE0, 'a_Texcoord1': VertexMesh.MESH_TEXTURECOORDINATE1, 'a_BoneWeights': VertexMesh.MESH_BLENDWEIGHT0, 'a_BoneIndices': VertexMesh.MESH_BLENDINDICES0, 'a_Tangent0': VertexMesh.MESH_TANGENT0, 'a_MvpMatrix': VertexMesh.MESH_MVPMATRIX_ROW0, 'a_WorldMat': VertexMesh.MESH_WORLDMATRIX_ROW0 }; //定...
来源: Laya2.0_文档 发布时间: 20210715
...场景加载时抛异常,不知所措 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2017-08-03 10:39 浏览: 2309 关注: 4 人
来源: Laya_社区 发布时间: 20170803
... activity = this; WebSettings webSettings = webView.getSettings(); webSettings.setJavaScriptCanOpenWindowsAutomatically(true); webSettings.setJavaScriptEnabled(true); webSettings.setSupportZoom(true); webView.addJavascriptInt...
来源: Laya_社区 发布时间: 20170517
...据官方文档,导出模型等资源,到laya工程中加载,见Hero.ts,其他见附件。 问题1:模型贴图不显示,全是黑色。在1.7.19版本和对应的插件、unity版本中导出可显示; u3d效果: 实际效果: 问题2:当前版本竟然没有StandardMaterial,...
来源: Laya_社区 发布时间: 20181012
...案例 请问 《学习开发HTML5游戏《打地鼠》(LayaAir引擎)TS》的视频教程是否有配到代码下载? 使用layabox开完游戏后,部署完成以后怎么获取到QQ玩一玩里面的全局变量BK和GameStatusInfo,有接入过的兄弟分享下laya引擎层怎么跟原生...
来源: Laya_社区 发布时间: 20190402