大约有 181 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0204 秒)
Laya2.0_api(59) laya_api(55) Laya_社区(51) Laya2.0_文档(6) Laya3.0_文档(4) Laya2.0_示例(3) Laya_示例(2) Laya3.0_api(1)
...DOWN, this, this.mouseDown); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.mouseUp); this.resize(); } //地图加载完成的回调 private completeHandler(e: any = null): void { this.onLoaded(); } /** * 移动地图视口 */ private mouseMove():void{ var moveX:number = this.MapX - (Laya.stage.mouse...
来源: Laya3.0_文档 发布时间: 20251010
...a.Event.MOUSE_DOWN,this,mouseDown); Laya.stage.on(Laya.Event.MOUSE_UP,this,mouseUp); resize(); } /** * 移动地图视口 */ function mouseMove(){ var moveX = this.MapX - (Laya.stage.mouseX - this.mLastMouseX); var moveY = this.MapY - (Laya.stage.mouseY - this.mLastMouseY); //移动地图视 this.tM...
来源: Laya2.0_文档 发布时间: 20210715
... break ; case 'mouseup': _this._isLeftMouse=evt.button===0; _this.initEvent(evt); _this.check(_this._stage,_this.m...
来源: Laya_社区 发布时间: 20170614
...DOWN, this, this.mouseDown); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.mouseUp); this.resize(); } /** * 移动地图视口 */ private mouseMove():void{ var moveX:number = this.MapX - (Laya.stage.mouseX - this.mLastMouseX); var moveY:number = this.MapY - (Laya.stage.mouseY - this.mLastMouseY) //...
来源: Laya2.0_文档 发布时间: 20210715
...OUSE_DOWN, this, this.mouseDown); Laya.stage.on(Event.MOUSE_UP, this, this.mouseUp); resize(); } /** * 移动地图视口 */ private function mouseMove():void { var moveX:Number = MapX - (Laya.stage.mouseX - mLastMouseX); var moveY:Number = MapY - (Laya.stage.mouseY - mLastMouseY) //移动地图视...
来源: Laya2.0_文档 发布时间: 20210714
...over 事件对象的 type 属性值。 Static MOUSE_UP MOUSE_UP: string = "mouseup" Defined in laya/events/Event.ts:19 定义 mouseup 事件对象的 type 属性值。 Static MOUSE_WHEEL MOUSE_WHEEL: string = "mousewheel" Defined in laya/events/Event.ts:35 定义 mousewheel 事件对象的 type 属...
来源: Laya3.0_api 发布时间: 20231115
...。*/ static MOUSE_DOWN: string; /** 定义 mouseup 事件对象的 type 属性值。*/ static MOUSE_UP: string; /** 定义 click 事件对象的 type 属性值。*/ static CLICK: string; /** 定义 rightmoused...
来源: Laya_社区 发布时间: 20170601
...节点 *@param touchID touchID *@param isLeft 是否为左键 */ __proto.onMouseUp=function(ele,touchID,isLeft){ (isLeft===void 0)&& (isLeft=false); if (!this.enable) return; var preO; var tO; var arrs; var oldArr; var i=0,len=0; var tar; var sendArr; var onMobile=Browser.onMobile; arrs=this...
来源: Laya_社区 发布时间: 20180529
...对象后调度。Sprite mouseover鼠标经过对象后调度。Sprite mouseup在显示对象抬起后调度。Sprite removed被父对象移除后调度。Node undisplay从节点树移除时调度。NodeProperty DetailplayEventpropertyplayEvent:String [write-only] 设置触发播放的事件 ...
来源: laya_api 发布时间: 20170422
...对象后调度。Sprite mouseover鼠标经过对象后调度。Sprite mouseup在显示对象抬起后调度。Sprite removed被父对象移除后调度。Node undisplay从节点树移除时调度。NodeConstructor DetailFrameClip()Constructorpublic function FrameClip() 创建一个 FrameClip ...
来源: laya_api 发布时间: 20170422