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

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

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

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

22. laya.ui.Button [ 49%]

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

来源: laya_api 发布时间: 20170929

23. laya.ui.Button [ 48%]

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

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

24. List翻页效果 [ 48%]

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

25. List翻页效果怎么实现 [ 48%]

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

26. laya.ui.CheckBox [ 39%]

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

来源: laya_api 发布时间: 20170929

27. laya.ui.CheckBox [ 39%]

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

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

28. laya.ui.Radio [ 39%]

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

来源: laya_api 发布时间: 20170929

29. laya.ui.Radio [ 39%]

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

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

30. UI-RefreshList [ 38%]

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