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

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

481. layaUI.max.all.js 这个文件怎么生成的? [ 40%]

...ize":20,"name":"label"},"type":"Label"},{"props":{"y":148,"skin":"comp/textinput.png","text":"textinput","width":150,"name":"input"},"type":"TextInput"},{"props":{"skin":"comp/hslider.png","width":150,"name":"slider"},"type":"HSlider"},{"props":{"y":34,"skin":"comp/hscroll.png","width":150,"name":"s...

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

482. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 39%]

... Laya.init(100,100); var file:any = Laya.Browser.document.createElement("input"); file.type = "file"; file.style.position = "absolute"; file.style.zIndex = 999; Laya.Browser.document.body.appendChild(file);//添加到舞台 var fileReader:any = new Laya.Browser.window.FileReader(); file.onchange = f...

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

483. ios safari横屏下,鼠标点击不正确,且旋转屏幕时显示错位 [ 39%]

...ull && orientation !=_$this._previousOrientation && _me._isInputting()){ Input["inputElement"].target.focus=false; } _$this._previousOrientation=orientation; if (_me._isInputting())return; if (Browser.onSafari) _me._safariOffsetY=Browser.clientHeight-Browser.window.innerHeight; _me._...

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

484. 用laya自带的ui编辑器 编辑了一个ui界面,怎么加载啊? 怎么写代码让这个ui界面, 在程序运行时,显示出来啊? [ 38%]

...ize":20,"name":"label"},"type":"Label"},{"props":{"y":148,"skin":"comp/textinput.png","text":"textinput","width":150,"name":"input"},"type":"TextInput"},{"props":{"skin":"comp/hslider.png","width":150,"name":"slider"},"type":"HSlider"},{"props":{"y":34,"skin":"comp/hscroll.png","width":150,"name":"s...

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

485. laya2.0版本,富文本HTMLDivElement中<p>标签里使用<br />标签时报错,在<span>里也不行 [ 38%]

...问题),在浏览器上就不居中了,2.1.1.1版本也没有效果 3.input旋转90度后,图片是旋转了但输入区域没有旋转,类似的panel、list的滑动区域也不能旋转 4.最新的2.2.0beta3下载后放到项目中报错laya.effect.js中的laya未定义   附件 : --> htm...

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

486. laya.ui.TextArea [ 37%]

...| Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By...

来源: Laya2.0_api 发布时间: 20190513

487. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 36%]

...擎 Laya.init(100,100); var file:Object = Browser.document.createElement("input"); file.type ="file"; file.style.position ="absolute"; file.style.zIndex = 999; Browser.document.body.appendChild(file);//添加到舞台 file.onchange = function(e):void { fileReader.readAsDataURL(file.files[0]); }; var...

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

488. 构建app闪退,测试app扫码可以运行 [ 36%]

... A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0x7c 2019-03-15 08:45:13.438 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470]     string: 'http://192.168.2.139:8900/bin/libs/layer.js:2: 2019-...

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

489. 运行器在手机上一打开就崩溃 [ 35%]

...pkg android 07-22 15:28:49.418: E/voice(677): voice_is_in_call_rec_stream: input stream is NULL 07-22 15:28:49.419: E/ACDB-LOADER(677): Error: ACDB AudProc vol returned = -19 07-22 15:28:49.419: E/libc(677): Access denied finding property "tas.smartamp.pcm" 07-22 15:28:49.419: E/libc(677): Access de...

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

490. 和原生Dom交互 · LayaAir3.4 · 引擎文档 · LAYABOX [ 35%]

... Laya.init(100,100); var file:any = Laya.Browser.document.createElement("input"); file.type = "file"; file.style.position = "absolute"; file.style.zIndex = 999; Laya.Browser.document.body.appendChild(file);//添加到舞台 var fileReader:any = new Laya.Browser.window.FileReader(); file.onchange = f...

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