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

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

761. Web Storage数据存储(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 47%]

...如何使用的。 ```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

762. unity导出模型报KeyNotFoundException [ 47%]

...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

763. uglify压缩后的错误堆栈解析 [ 47%]

... 解析错误信息 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

764. Web Storage数据存储(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 47%]

...如何使用的。 ```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

765. 请问HTMLDivElement怎么加垂直滚动条 [ 46%]

...载呢? 请问layaair2.0-js 怎么用程序在list中添加多元素的item 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 请问如何让textinput组件输入密码的时候显示*号? 在List渲染的时候,在滚动一个list的时候,如何实现另一个list...

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

766. [unity动画导出] unity导出3d动画报错 [ 46%]

...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

767. layabox能不能由xml生成节点 [ 46%]

...;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

768. Web Storage数据存储(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 46%]

...ample { public function LayaSample() { Laya.init(100,100); LocalStorage.setItem("key","hello"); LocalStorage.setItem("data","hello"); var data:Object = {"index":0,"index1":1}; LocalStorage.setJSON("item",data);//直接传入Object,接口内部转化为JSON格式字符串存储 } } } ``` 在chrome...

来源: Laya2.0_文档 发布时间: 20210715

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

...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_社区 发布时间: 20180308

770. VBOX动态增加的元素没有自动布局 [ 46%]

...批报错. 请问layaair2.0-js 怎么用程序在list中添加多元素的item dialog可以点击到外部的元素,如何使其外边不能点击 问题状态 最新活动: 2017-07-26 16:30 浏览: 2153 关注: 2 人 peterz3g • 2017-07-26 09:52 已经更新问题,并上传项目源码。请...

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