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

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

181. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 65%]

...     }     onUpdate(){         let touchCount = this.scene.input.touchCount();         if (1 === touchCount){             //判断是否为两指触控,撤去一根手指后引发的touchCount===1             if(this.isTwoTouch){           ...

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

182. 微信小游戏加载资源问题 [ 65%]

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

183. 怎么获取手机相册内容 [ 65%]

怎么获取手机相册内容 怎么获取手机相册内容 <input accept="image/*" type="file">这个可以获得,但是怎么用,怎么接收,有没有有经验的。谢过大家了     2018-05-29 添加评论 已悬赏2元 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

184. 3D 鼠标检测 错乱 [ 64%]

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

185. laya.net.Socket_API3.0 [ 63%]

...hy EventDispatcher Socket Index Constructors constructor Properties disableInput protocols BIG_ENDIAN LITTLE_ENDIAN Accessors connected endian input output Methods cleanSocket close connect connectByUrl event flush hasListener off offAll offAllCaller on once send Constructors constructor new Socket(...

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

186. Laya2.0构建APP运行闪退,laya.core.js报错 [ 63%]

... alert=出错啦,请把此信息截图给研发商 TypeError: this.nativeInput.setBgColor is not a function http://stand.alone.version/lib ... 2712: TypeError: this.nativeInput.setBgColor is not a function this.nativeInput.setBgColor(value); ^^ TypeError: this.nativeInput.setBgColor is not a funct...

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

187. laya.events.Event [ 63%]

...: String = fullscreenchange[static] 浏览器全屏更改时触发Event  INPUT : String = input[static] 定义 input 事件对象的 type 属性值。Event  KEY_DOWN : String = keydown[static] 定义 keydown 事件对象的 type 属性值。Event  KEY_PRESS : String = keypress[static] 定义 k...

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

188. laya.events.Event_API3.0 [ 63%]

...AG_START EMPTY END ENTER ERROR FOCUS FOCUS_CHANGE FRAME FULL_SCREEN_CHANGE INPUT JOINT_BREAK KEY_DOWN KEY_PRESS KEY_UP LABEL LAYERCHANGE LINK LOADED MESSAGE MOUSE_DOWN MOUSE_DRAG MOUSE_DRAG_END MOUSE_MOVE MOUSE_OUT MOUSE_OVER MOUSE_UP MOUSE_WHEEL OPEN PAUSED PLAYED PROGRESS READY REMOVED RENDER RESI...

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

189. laya.events.Event [ 62%]

...d[static] 定义 hierarchyloaded 事件对象的 type 属性值。Event  INPUT : String = input[static] 定义 input 事件对象的 type 属性值。Event  KEY_DOWN : String = keydown[static] 定义 keydown 事件对象的 type 属性值。Event  KEY_PRESS : String = keypress[static] 定义 k...

来源: laya_api 发布时间: 20170929

190. laya.ui.UIEvent [ 61%]

...vent  HIDE_TIP : String = hidetip[static] 隐藏提示信息。 UIEvent INPUT : String = input[static] 定义 input 事件对象的 type 属性值。Event KEY_DOWN : String = keydown[static] 定义 keydown 事件对象的 type 属性值。Event KEY_PRESS : String = keypress[static] 定义 keypr...

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