大约有 107 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
Laya_社区(68) Laya2.0_api(8) laya_api(7) Laya3.0_api(7) Laya2.0_文档(6) Laya2.0_示例(4) Laya_示例(4) Laya3.0_文档(3)
...CheckBox,然后点击删除,将对应选中的条目删除掉。 TextInput的Input事件不监听backspace删除 index.html没引用到的lib文件夹下的js可以全部删除吗? 3D场景中加入lh精灵,再删除后有时会出问题。 dialog如果在close动画播放完毕后删除 为...
来源: Laya_社区 发布时间: 20180914
...url = null; } } } MiniSound._id = 0; MiniSound._audioCache = {}; class MiniInput { constructor() { } static _createInputElement() { Laya.Input['_initInput'](Laya.Input['area'] = Laya.Browser.createElement("textarea")); Laya.Input['_initInput'](Laya.Input['input'] = Laya.Browser.createEleme...
来源: Laya_社区 发布时间: 20200103
... this.sendBuf = this.output; this.recvBuf = this.input; this.on(Event.OPEN, this, OnConnected); this.on(Event.CLOSE, this, OnDisconnect); this.on(Event.MESSAGE, this, OnRecv); ...
来源: Laya_社区 发布时间: 20170920
...cumentationAll Packages | All Classes | Index | Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输...
来源: Laya2.0_api 发布时间: 20190513
TextInput控件。想在边输入的过程中。边做监听。需要怎么做吗? 2017-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: lrx0326 可以监听TextInput的E...
来源: Laya_社区 发布时间: 20170412
...值。*/ static PROGRESS: string; /** 定义 input 事件对象的 type 属性值。*/ static INPUT: string; /** 定义 render 事件对象的 type 属性值。*/ static RENDER: string; /** 定义 open 事件...
来源: Laya_社区 发布时间: 20170601
...自: 你可以尝试监听舞台的Event.RESIZE、Event.FOCUS或者Event.INPUT尝试获取Laya.Browser.width、Laya.Browser.height,让初始化的宽高减去发生变化时可视区域的宽高,就是键盘的宽高! 2018-03-26 0 0 分享 微博 QZONE 微信 XiaozeRain 赞同来自: 好的我...
来源: Laya_社区 发布时间: 20180326
...invocation) 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: Array buffer allocation failed rpk加载本地资源报错 Request failed Status:0 问题状态 最新活动: 2018-03-09 16:05 浏览: 3387 关注: 3 人 zqn951201 • 2017-10-31 17:20 没有啊,我是...
来源: Laya_社区 发布时间: 20171031
..."mouseup": this._mouseTouchUp(); break ; case "mousemove":; var mousePoint=Input3D._tempPoint; mousePoint.setTo(e.pageX,e.pageY); Laya.stage._canvasTransform.invertTransformPoint(mousePoint); this._mouseTouch.mousePositionX=mousePoint.x; this._mouseTouch.mousePositionY=mousePoint.y; this._mouseTouch...
来源: Laya_社区 发布时间: 20200119
...到的问题总结 1.屏蔽多点触控,需要同时屏蔽mousemanager和input3d,而input3d设置multiTouchEnabled必须通过修改引擎代码。如果开启多点触控则在opp手机上,三指操作会报错,错误的位置是simpleSingleton里面抛的异常 2.加载图集里面的图片...
来源: Laya_社区 发布时间: 20190329