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

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

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

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

52. runTime使用(JavaScript-IDE篇(JS)-组件化开发相关) [ 43%]

...加鼠标离开事件侦听。离开时还原按钮。 this.on(Laya.Event.MOUSE_OUT,this, this.scaleBig); } scaleBig() { //变大还原的缓动效果 Laya.Tween.to(this,{scaleX:1,scaleY:1},this.scaleTime); } scaleSmall() { //缩小至0.8的缓动效果 Laya.Tween.to(this,{scaleX:0.8,scaleY:0.8},thi...

来源: Laya2.0_文档 发布时间: 20210715

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

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

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

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

55. runTime使用(TypeScript-IDE篇(TS)-组件化开发相关) [ 40%]

...加鼠标离开事件侦听。离开时还原按钮。 this.on(Laya.Event.MOUSE_OUT,this, this.scaleBig); } private scaleBig():void { //变大还原的缓动效果 Laya.Tween.to(this, {scaleX:1,scaleY:1},this.scaleTime); } private scaleSmall():void { //缩小至0.8的缓动效果 Laya.Tween.to(this,...

来源: Laya2.0_文档 发布时间: 20210715

56. laya.events.Event [ 39%]

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

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

57. runTime使用(ActionScript-IDE篇(AS3)-组件化开发相关) [ 39%]

... //添加鼠标离开事件侦听。离开时还原按钮。 this.on(Event.MOUSE_OUT,this, scaleBig); } private function scaleBig():void { //变大还原的缓动效果 Tween.to(this, {scaleX:1,scaleY:1},scaleTime); } private function scaleSmall():void { //缩小至0.8的缓动效果 Tween.to(this,{...

来源: Laya2.0_文档 发布时间: 20210714

58. laya.events.Event [ 38%]

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

59. 如何能监听到TouchStart和TouchEnd事件 [ 37%]

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

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

60. laya.ui.UIEvent [ 37%]

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