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

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

41. List翻页效果 [ 58%]

...ar.value; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.value < this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index - 1,100); } else if (this.list_rule.scrollBar.value ...

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

42. laya.events.Event [ 58%]

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

来源: laya_api 发布时间: 20170929

43. List翻页效果怎么实现 [ 58%]

...ar.value; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.value < this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index - 1,100); } else if (this.list_rule.scrollBar.value ...

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

44. laya.ui.UIEvent [ 58%]

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

45. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 58%]

...ar.value; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.value < this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index - 1,100); } else if (this.list_rule.scrollBar.value ...

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

46. laya.ui.UIEvent [ 57%]

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

47. 请问laya有没有类似翻页容器(pageView)的组件? [ 56%]

...ar.value; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.value < this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index - 1,100); } else if (this.list_rule.scrollBar.value ...

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

48. 富文本过程中我遇到的问题以及解决方法(超链接换行以及无法接收超链接鼠标事件以及br或者 标签会崩溃报错的问题) [ 56%]

...MOUSE_OVER, this, this._onMouseOver);             this.on(Laya.Event.MOUSE_OUT, this, this._onMouseOut);             this.on(Laya.Event.MOUSE_MOVE, this, this._onMouseMove);   增加如下3个方法         _onMouseOver()         {             var tX = this.mouseX;     ...

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

49. Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 [ 56%]

...y); this.on(Event.MOUSE_OVER, this, this.__onMouseOverHole); this.on(Event.MOUSE_OUT, this, this.__onMouseOutHole); } this.pos(this._objectInfo.templateInfo.x, this._objectInfo.templateInfo.y); } private __onMouseOverHole(event:Event):void { this._body.scale(1.2, 1.2); } private __onMouseOutHole(eve...

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

50. 关于UI与3D场景的问题 [ 55%]

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