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

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

61. Timer Handler被覆盖 [ 50%]

...盖发布了? 如何动态的设定sprite的覆盖层级 关于list每个item下button.name互相覆盖的问题 IDE编辑器突然被边框菜单覆盖的解决方法 .ls加载会比.scene慢,导致.scene的UI被3d覆盖,应该如何让ui覆盖在3D上 3D通过AnimatorState为Animator添加...

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

62. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 49%]

...用下any吧,如: classA implements IA{ } classB extends classA{ } var items:IA = ; function(item:classB):void {  //items.push(item);//报错,提示类型错误  //方案一  items.push(<any>item);  //方案二  var temp:IA = <IA>item;  items.push(temp); } 5.get,set ts里面...

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

63. 导出带骨骼动画的模型时报错,unity5.6.3p4 64bit,插件LayaAirUnityPlugin 1.7.14 [ 48%]

...nary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaE...

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

64. 开放数据域组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 48%]

...0, height: 200, backgroundColor: "#ffffff", justifyContent: "center", alignItems: "center", }, testText: { color: "#ffffff", width: "100%", height: "100%", lineHeight: 200, fontSize: 40, textAlign: "center", }, // 文字的最终颜色为#ff0000 redText: { color: "#ff0000", }, }; // JS部分,用...

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

65. 2.4,2.5版本U3D导出插件导出模型时抛出代码异常 [ 41%]

...n the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) r.a (UnityEngine.GameObject A_0, i A_1, System.Boolean A_2) (at <52f9fa4ca1c34de5ac5f2d69725a1abf>:0) r.a (UnityEngine.GameObject A_0, i A_1, System.Collec...

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

66. 微信小游戏加载资源问题 [ 34%]

... MiniLocalStorage { constructor() { } static __init__() { MiniLocalStorage.items = MiniLocalStorage; } static setItem(key, value) { try { MiniAdpter.window.wx.setStorageSync(key, value); } catch (error) { MiniAdpter.window.wx.setStorage({ key: key, data: value }); } } static getItem(key) { return Mi...

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

67. Spine渲染器 · LayaAir3.3 · 引擎文档 · LAYABOX [ 29%]

....ExternalSkin = new Laya.ExternalSkin(); //外部皮肤列表项 weaponSkinItem: Laya.ExternalSkinItem = new Laya.ExternalSkinItem(); //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { // 加载Spine动画资源 Laya.loader.load(["...

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

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

...r.getData () LayaPlugin.windowShowExportScene () (at Assets/LayaPlugin/LayaItem.cs:98) LayaPlugin.OnGUI () (at Assets/LayaPlugin/LayaItem.cs:30) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Global...

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