大约有 68 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0057 秒)
...盖发布了? 如何动态的设定sprite的覆盖层级 关于list每个item下button.name互相覆盖的问题 IDE编辑器突然被边框菜单覆盖的解决方法 .ls加载会比.scene慢,导致.scene的UI被3d覆盖,应该如何让ui覆盖在3D上 3D通过AnimatorState为Animator添加...
来源: Laya_社区 发布时间: 20210701
...用下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
...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
...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
...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
... 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
....ExternalSkin = new Laya.ExternalSkin(); //外部皮肤列表项 weaponSkinItem: Laya.ExternalSkinItem = new Laya.ExternalSkinItem(); //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { // 加载Spine动画资源 Laya.loader.load(["...
来源: Laya3.0_文档 发布时间: 20251128
...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