大约有 2,835 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0103 秒)
..., expected punc «,» at JS_Parse_Error.get (eval at <anonymous> (D:\LayaAirIDE\LayaAir1710N\resources\app\node_modules\layacmd\node_modules\uglify-js\tools\node.js:27:1), <anonymous>:86:23) 原本遇到的问题跟 https://ask.layabox.com/question/7069 一样 使用同样的方法npm in...
来源: Laya_社区 发布时间: 20170908
使用layaAir3D从unity3D中导出场景模型时报错 IndexOutOfRangeException: Array index is out of range. LayaExport.DataManager.saveSkinLmFile (UnityEngine.SkinnedMeshRenderer skinnedMeshRenderer, System.String savePath) LayaExport.DataManager.getSkinnedMeshRendererComponentData (UnityEngine....
来源: Laya_社区 发布时间: 20180206
...1.1导致APP上架被拒的说明 Laya中的宏编译要怎么用啊 配置layaAir需要注意的 ide 2.4 layaair2-cmd 编译报错 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 微信小程序—未找到入口 app.json 文件,或者...
来源: Laya_社区 发布时间: 20180522
...录下的某个场景json文件。。竟然无法自动生成了? 请问LayaAir中如何使图片以圆形的方式显示? 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? 加载到舞台的3D模型不显示贴...
来源: Laya_社区 发布时间: 20200314
...折叠 要回复问题请先登录 发起人 a058110356 相关问题 请问LayaAir中如何使图片以圆形的方式显示? 请问有没有方法能够获取“鼠标是否处于按下状态”? 请问laya有没有地图编辑器工具? 分享:自定义事件派发与侦听(A页面派发...
来源: Laya_社区 发布时间: 20170514
...1.3 RadioGroup组件的API介绍 RadioGroup 的API介绍请参考 [ http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.RadioGroup](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.RadioGroup)。 ## 2、通过LayaAirI...
来源: Laya2.0_文档 发布时间: 20210715
...1.3 RadioGroup组件的API介绍 RadioGroup 的API介绍请参考 [ http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.RadioGroup](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.RadioGroup)。 ## 2、通过LayaAirI...
来源: Laya2.0_文档 发布时间: 20210714
...使用材质 下面的代码来自于官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Material&name=PBRStandardMaterialDemo))。 ```typescript //实例PBR材质 var mat:PBRStandardMaterial = new PBRStandardMaterial(); //反射贴图 Texture2D.load('r...
来源: Laya2.0_文档 发布时间: 20210714
...一个动画这样 可以搞到一起,具体可以看示例https://layaair2.ldc2.layabox.com/demo2/?language=zh&category=3d&group=Animation3D&name=AnimationLayerBlend 包括文档 2020-09-15 1 2 分享 微博 QZONE 微信 184*****121 赞同来自: layabox 你可以看到我们...
来源: Laya_社区 发布时间: 20200915
... 首先你要在Laya编译能通过,我一般直接在vscode配置好layaair2-cmd complie和publish发布,需要先修改tsconfig.json让支持async的语法编译通过,关键在于指定tslib的位置,不然找不到,别问为什么,我也不知道为神马!!{ "compilerOptions": { "mo...
来源: Laya_社区 发布时间: 20200705