大约有 829 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)
Laya_社区(738) Laya2.0_文档(21) Laya3.0_文档(19) laya_api(12) Laya3.0_api(12) Laya2.0_api(12) Laya2.0_示例(8) Laya_示例(7)
...ay=false; } } private function onSlectHandler(index:int):void { my_list.setItem(index,{img:"res/ui/"+index+".png",isSelect:true}); } 2017-03-10 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 rainysky 相关问题 请问LayaAir中如何...
来源: Laya_社区 发布时间: 20170310
...gMao.lh") as Laya.Sprite3D; var weapon = Laya.Loader.getRes("res/LayaScene_Item/Conventional/Wchangzhang01.lh") as Laya.Sprite3D; var animCtl = actor.getComponent(Laya.Animator); scene.addChild(actor); actor.addChild(weapon); animCtl.linkSprite3DToAvatarNode("RHand", weapon); animCtl.play("Idle01"...
来源: Laya_社区 发布时间: 20191011
...如何使用的。 ```javascript Laya.init(100,100); Laya.LocalStorage.setItem("key","hello"); Laya.LocalStorage.setItem("data","hello"); var data = {"index":0,"index1":1}; Laya.LocalStorage.setJSON("item",data);//直接传入Object 接口内部转化为JSON字符串存储 ``` 在chrome中运行之...
来源: Laya2.0_文档 发布时间: 20210715
...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
... 解析错误信息 const { readFileSync } = fs; for(const frame of tracey.items) { // frame.fileName const sourceMapContent = JSON.parse(readFileSync(mapFilePath, 'utf8')); const consumer = await new sourceMap.SourceMapConsumer(sourceMapContent); // console.log(frame); // originalPosition不仅...
来源: Laya_社区 发布时间: 20200720
...如何使用的。 ```javascript Laya.init(100,100); Laya.LocalStorage.setItem("key","hello"); Laya.LocalStorage.setItem("data","hello"); var data = {"index":0,"index1":1}; Laya.LocalStorage.setJSON("item",data);//直接传入Object 接口内部转化为JSON字符串存储 ``` 在chrome中运行之...
来源: Laya2.0_文档 发布时间: 20210715
...ox: { // 使用ComboBox显示,没办法直接展示出来 todo 待研究 items: ["Array", "Atlas", "Json"], visibleItemCount: 3, } } }, { name: "buttons", inspector: "Buttons", options: { buttons: [ { caption: "取消", event: "click_cancel_gen" }, { caption: "生成", event: "click_start_gen" } ]...
来源: Laya_社区 发布时间: 20250731
...载呢? 请问layaair2.0-js 怎么用程序在list中添加多元素的item 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 请问如何让textinput组件输入密码的时候显示*号? 在List渲染的时候,在滚动一个list的时候,如何实现另一个list...
来源: Laya_社区 发布时间: 20210121
...n the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <e1319b7195c343e79b385cd3aa43f5dc>:0) n.a (UnityEngine.GameObject A_0, System.Boolean A_1, backAnimatorData A_2) (at <0524304338e24b0bb697e3c82a810b25>:0) n.a () (at <0524304338e24b0bb697e3c...
来源: Laya_社区 发布时间: 20200818
...;Box y="0" x="0" width="746" name="fill_item" height="44" editorInfo="compId=11">' + '<Label width="746" name="bg" height="44" bgColor="#e5ba8a" editorInfo="compId=72"/>' + '<Lab...
来源: Laya_社区 发布时间: 20161201