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

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

51. 如何能监听到TouchStart和TouchEnd事件 [ 54%]

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

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

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

... //添加鼠标离开事件侦听。离开时还原按钮。 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

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

...加鼠标离开事件侦听。离开时还原按钮。 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

54. [LayaAirIDE3]2d相机打包后问题 [ 51%]

...ent.MOUSE_UP, this, this.onTouchEnd);         Laya.stage.on(Laya.Event.MOUSE_OUT, this, this.onTouchEnd);     }      private onTouchStart(e: Laya.Event) {         // 如果摇杆被禁用,不处理任何事件         if (!this.isEnabled) {             e.stopPropagation(); ...

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

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

...加鼠标离开事件侦听。离开时还原按钮。 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.ui.Button [ 47%]

...。 Component  onMouse(e:Event):void 对象的 Event.MOUSE_OVER、Event.MOUSE_OUTEvent.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK 事件侦听处理函数。 Button preinitialize():void 预初始化。 Component resetLayoutX():void 重置对象的 X 轴(水平方向)布局。 Component re...

来源: laya_api 发布时间: 20170929

57. laya.ui.Button [ 46%]

...)。 Button  onMouse(e:Event):void 对象的 Event.MOUSE_OVER、Event.MOUSE_OUTEvent.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK 事件侦听处理函数。 Button preinitialize():void 预初始化。 UIComponentEvents Hide Inherited Events Show Inherited EventEvent Summary Defined By adde...

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

58. UI-RefreshList [ 46%]

...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_示例 发布时间: 20251209

59. laya.ui.CheckBox [ 39%]

...位)。 Button onMouse(e:Event):void 对象的 Event.MOUSE_OVER、Event.MOUSE_OUTEvent.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK 事件侦听处理函数。 Button  preinitialize():void[override] 预初始化。 CheckBoxEvents Hide Inherited Events Show Inherited EventEvent Summary Define...

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

60. laya.ui.CheckBox [ 37%]

...数。 Component onMouse(e:Event):void 对象的 Event.MOUSE_OVER、Event.MOUSE_OUTEvent.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK 事件侦听处理函数。 Button  preinitialize():void[override] 预初始化。 CheckBox resetLayoutX():void 重置对象的 X 轴(水平方向)布局。 C...

来源: laya_api 发布时间: 20170929