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

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

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

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

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

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

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

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

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

476. 构建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

477. 运行器在手机上一打开就崩溃 [ 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

478. 和原生Dom交互 · LayaAir3.0文档 · 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_文档 发布时间: 20241014

479. 3D中如何限制角色的行走区域? [ 35%]

...了3个部位 这个load只能传一个地址 请问怎么一起加载 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 图片Sprite绑定点击事件,点击区域不对 Input输入文本的restrict限制输入的字符怎么使用? 加载单张图片尺寸限制 ...

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

480. laya.d3.webxr.core.WebXRInput_API3.0 [ 35%]

...ll Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRInput" WebXRInput Class WebXRInput author miner 类用来描述输入设备 Hierarchy EventDispatcher WebXRInput Index Constructors constructor Properties _lastXRPose gamepadAxis gamepadButton handness lastXRPose position ray...

来源: Laya3.0_api 发布时间: 20231115