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

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

11. 关于UI与3D场景的问题 [ 64%]

...;& sendArr.length > 0){ this.sendEvents(sendArr,/*laya.events.Event.MOUSE_OUT*/"mouseout",touchID); } this.removeTouchFromArr(touchID,this.preOvers); preO.tar=null; Pool.recover("TouchData",preO); } } this._clearTempArrs(); } TouchManager._oldArr=[]; TouchManager._newArr=[...

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

12. 如何能监听到TouchStart和TouchEnd事件 [ 64%]

... 定义 mouseout 事件对象的 type 属性值。*/         static MOUSE_OUT: string;         /** 定义 mousewheel 事件对象的 type 属性值。*/         static MOUSE_WHEEL: string;         /** 定义 mouseover 事件对象的 type 属性值。*/         sta...

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

13. laya.ui.UIEvent [ 63%]

...mousemove[static] 定义 mousemove 事件对象的 type 属性值。Event MOUSE_OUT : String = mouseout[static] 定义 mouseout 事件对象的 type 属性值。Event MOUSE_OVER : String = mouseover[static] 定义 mouseover 事件对象的 type 属性值。Event MOUSE_UP : String = mouseup[static...

来源: laya_api 发布时间: 20170929

14. laya.ui.UIEvent [ 63%]

...mousemove[static] 定义 mousemove 事件对象的 type 属性值。Event MOUSE_OUT : String = mouseout[static] 定义 mouseout 事件对象的 type 属性值。Event MOUSE_OVER : String = mouseover[static] 定义 mouseover 事件对象的 type 属性值。Event MOUSE_UP : String = mouseup[static...

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

15. UI-RefreshList [ 42%]

...t.on(Event.MOUSE_UP, this, this.stageOnMouseUp); this.refreshList.on(Event.MOUSE_OUT, this, this.stageOnMouseUp); //游戏逻辑关联引擎的停止滚动接口 this.refreshList.scrollBar.stopMoveLimit = this.scrollBarIsStopBind.bind(this); this.refreshLimit("dragTopLimit", 65); this.refreshLimit("...

来源: Laya2.0_示例 发布时间: 20251130