大约有 44 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0035 秒)
...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 By added添加到...
来源: Laya2.0_api 发布时间: 20190513
...his.player); //监听 按下 弹起 事件 Laya.stage.on(laya.events.Event.MOUSE_DOWN, this, this.onMouseDown); Laya.stage.on(laya.events.Event.MOUSE_UP, this, this.onMouseUp); //创建一个帧循环处理函数 Laya.timer.frameLoop(1, this, this.onLoop); } _proto.onLoop = function(){ // 检测人...
来源: Laya_社区 发布时间: 20160803
...wn Event Event Object Type: laya.events.EventEvent.type property = Event.MOUSE_DOWN在显示对象上按下后调度。 mousemove Event Event Object Type: laya.events.EventEvent.type property = Event.MOUSE_MOVE鼠标在对象身上进行移动后调度 mouseout Event Event Object Type: laya.ev...
来源: Laya2.0_api 发布时间: 20190513
...wn Event Event Object Type: laya.events.EventEvent.type property = Event.MOUSE_DOWN在显示对象上按下后调度。 mousemove Event Event Object Type: laya.events.EventEvent.type property = Event.MOUSE_MOVE鼠标在对象身上进行移动后调度 mouseout Event Event Object Type: laya.ev...
来源: laya_api 发布时间: 20170929