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

大约有 236 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0044 秒)

171. 有些模型load之后,MeshSprite3D 的共享材质个数为0,无法对材质进行操作 [ 48%]

...操作 _disObj3d = Sprite3D.load("../../res/models/cike.lh"); _scene3d.addChild(_disObj3d); _disObj3d.once(Event.HIERARCHY_LOADED, null, function(sender:Sprite3D):void {       var ms:MeshSprite3D = _disObj3d.getChildByName("mod_CiKeZhuangBei_Body_03") as MeshSprite3D;       if(ms)       {...

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

172. [unity动画导出] unity导出3d动画报错 [ 48%]

.... 勾选预烘焙骨骼后提示 Animator must have SkinnedMeshRenderer as Child !  请问这个应该要怎样处理   (没有勾选预烘焙骨骼)报错 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key...

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

173. MissingMethodException: Method not found: 'UnityEngine.LightmapData.get_lightmapColor'. [ 47%]

...entsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath)   2018-10-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ༺永洹༻ ...

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

174. Unity导出报错KeyNotFoundException: The given key was not present in the dictionary. [ 47%]

...entsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes,...

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

175. 动效问题,没有 ui.TestPUI,官方文档是错的,几年了至今无解答 [ 45%]

...gClass('ui.TestPUI', ui.TestPUI) var efc = new ui.TestPUI(); Laya.stage.addChild(efc); } 按照官方文档,运行后报错 Main.js:61 Uncaught ReferenceError: ui is not defined 之前有人提过这个问题,但是一直都没有解答,也有人说要先注册class,但是也是没用的。...

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

176. 关于LayaAirIDE的几个问题 [ 45%]

...创建项目的demo中就可以看到,如TestPage.ui为 "type":"View","child":[{"props":{"x":0,"y":0,"skin":"comp/bg.png", .............. 所有内容全部在一行内,如果用diff看文件新旧版本差异,基本没法看 4. 很多编辑器都是有个组件面板,与资源面板独立...

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

177. 请问,在使用插件导出包含多个动画的FBX文件时报错,怎么处理? [ 45%]

...entsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes,...

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

178. radioGroup设置labels后,每个radio的icon皮肤无法显示了 [ 44%]

...里: var dialog = new QuestionDialogUI();          Laya.stage.addChild(dialog);          dialog.popup();          dialog.btn_question_dialog_next.on(Laya.Event.CLICK, this, onNext); dialog.radioGroup_question.labels = "如果资源未加载,则先加载资源,\n加载...

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

179. unity 3d 骨骼动画资源到处 KeyNotFoundException: The given key was not present in the dictionary 问题 [ 44%]

...entsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes,...

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

180. laya.ui.VBox [ 44%]

...上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scr...

来源: laya_api 发布时间: 20170929