大约有 435 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0035 秒)
Laya3.0_api(153) laya_api(104) Laya2.0_api(96) Laya_社区(56) Laya2.0_示例(8) Laya_示例(7) Laya2.0_文档(6) Laya3.0_文档(5)
...tGPUMemory addDep addDeps create destroy event hasListener isCreateFromURL off offAll offAllCaller on once registerExtra unregisterExtra destroyUnusedResources Constructors constructor new glTFResource(): glTFResource Overrides Prefab.constructor Defined in laya/gltf/glTFResource.ts:63 Returns glTFR...
来源: Laya3.0_api 发布时间: 20231102
...CreateURL _setGPUMemory destroy event getVideo hasListener isCreateFromURL off offAll offAllCaller on once setSource create destroyUnusedResources Constructors constructor new HtmlVideo(): HtmlVideo Overrides Bitmap.__constructor Defined in laya/device/media/HtmlVideo.ts:13 Returns HtmlVideo Propert...
来源: Laya3.0_api 发布时间: 20231102
...etAniNameByIndex getSkinIndexByName getTexture hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new SpineTemplet(): SpineTemplet Overrides Resource.__constructor Defined in laya/spine/SpineTemplet.ts:19 Returns SpineTemplet Properties _id _i...
来源: Laya3.0_api 发布时间: 20231115
... ShuPing(); if(_tip){ _tip.graphics.clear(); _downFlag = false; Laya.stage.off(Event.MOUSE_MOVE,this,_moveHandler); _tip.off(Event.MOUSE_DOWN,this,_downHandler); _tip.off(Event.MOUSE_UP,this,_upHandler); _tip.destroy(); } _tip = new Sprite(); _tip.graphics.drawRect(0,0,100,100,"#FFFFFF"); ...
来源: Laya_社区 发布时间: 20190520
...eX - mLastMouseX); mY = mY - (Laya.stage.mouseY - mLastMouseY); Laya.stage.off(Event.MOUSE_MOVE, this, mouseMove); } // 窗口大小改变,把地图的视口区域重设下 function resize() { //改变地图视口大小 tiledMap.changeViewPort(mX, mY, Browser.width, Browser.height); } })();module ...
来源: Laya_示例 发布时间: 20241119
... preRadian); preRadian = nowRadian; } } function onMouseUp(e) { Laya.stage.off(Event.MOUSE_MOVE, this, onMouseMove); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Interact...
来源: Laya_示例 发布时间: 20241119
...链接 提交 1 个回复 cuixueying 赞同来自: on用来侦听事件,off用来移除事件,btn.off(Event.MOUSE_MOVE, this, onMouseMove); 2017-06-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Agnes 相关问题 请问有没...
来源: Laya_社区 发布时间: 20170623
...oy event getMaxHeight getMaxWidth getTextWidth hasListener isCreateFromURL off offAll offAllCaller on once parseFont destroyUnusedResources loadFont Constructors constructor new BitmapFont(): BitmapFont Overrides Resource.__constructor Defined in laya/display/BitmapFont.ts:37 Returns BitmapFont Prop...
来源: Laya3.0_api 发布时间: 20231115
...ge.mouseX - mLastMouseX; mY -= Laya.stage.mouseY - mLastMouseY; Laya.stage.off(Laya.Event.MOUSE_MOVE, this, this.mouseMove); } // 窗口大小改变,把地图的视口区域重设下 resize() { // 改变地图视口大小 this.tiledMap.changeViewPort(mX, mY, Laya.Browser.width, Laya.Browser.height...
来源: Laya2.0_示例 发布时间: 20241119
...adian = nowRadian; } } onMouseUp(e) { const Event = Laya.Event; Laya.stage.off(Event.MOUSE_MOVE, this, this.onMouseMove); } } new Interaction_Rotate();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.W...
来源: Laya2.0_示例 发布时间: 20241119