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

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

251. laya.ui.HBox_API3.0 [ 39%]

... hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache refresh removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild...

来源: Laya3.0_api 发布时间: 20231115

252. 用LayaAir引擎解析Tiled Map地图(JavaScript-2D进阶篇(JS)-扩展模块) [ 38%]

...this.MapY = this.MapY - (Laya.stage.mouseY - this.mLastMouseY); Laya.stage.off(Laya.Event.MOUSE_MOVE, this, mouseMove); } function mouseDown(){ this.mLastMouseX = Laya.stage.mouseX; this.mLastMouseY = Laya.stage.mouseY; Laya.stage.on(Laya.Event.MOUSE_MOVE,this,mouseMove); } /** * 改变视口大小 ...

来源: Laya2.0_文档 发布时间: 20210715

253. laya.ani.AnimationPlayer [ 38%]

...:Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中...

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

254. laya.d3.core.Transform3D [ 38%]

...:Vector3, isLocal:Boolean = false):void 观察目标位置。 Transform3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中...

来源: laya_api 发布时间: 20170929

255. 用LayaAir引擎解析Tiled Map地图(TypeScript-2D进阶篇(TS)-扩展模块) [ 37%]

...this.MapY = this.MapY - (Laya.stage.mouseY - this.mLastMouseY); Laya.stage.off(Laya.Event.MOUSE_MOVE, this, this.mouseMove); } private mouseDown():void { this.mLastMouseX = Laya.stage.mouseX; this.mLastMouseY = Laya.stage.mouseY; Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.mouseMove); } /** * ...

来源: Laya2.0_文档 发布时间: 20210715

256. laya.resource.Texture [ 37%]

...是否可立即使用(资源管理机制释放影响等)。 Texture  offsetX : Number = 0沿 X 轴偏移量。Texture  offsetY : Number = 0沿 Y 轴偏移量。Texture  released : Boolean[read-only] 表示资源是否已释放。 Texture  repeat : Boolean 获取当前纹理是否启用...

来源: laya_api 发布时间: 20170929

257. 用LayaAir引擎解析Tiled Map地图(ActionScript-2D进阶篇(AS3)-扩展模块) [ 37%]

... mLastMouseX); MapY = MapY - (Laya.stage.mouseY - mLastMouseY); Laya.stage.off(Event.MOUSE_MOVE, this, this.mouseMove); } private function mouseDown():void { mLastMouseX = Laya.stage.mouseX; mLastMouseY = Laya.stage.mouseY; Laya.stage.on(Event.MOUSE_MOVE, this, this.mouseMove); } /** * 改变视口...

来源: Laya2.0_文档 发布时间: 20210714

258. 使用3D UI · LayaAir3.3 · 引擎文档 · LAYABOX [ 37%]

...ED(透明度混合)。 材质剔除模式 Cull 有三种可选模式:Off(不剔除)、Front(剔除正面,只显示背面)、Back(剔除背面,只显示正面)。 三、3种模式 3.1 非广告牌 在非广告牌(Not Billboard)模式下,UI永远朝向Z轴方向,在场景...

来源: Laya3.0_文档 发布时间: 20251010

259. 微信小游戏加载资源问题 [ 37%]

...f (!this._audio) return; this._audio.stop(); if (!this.loop) { this._audio.offEnded(null); this._miniSound.dispose(); this._audio = null; this._miniSound = null; this._onEnd = null; } } pause() { this.isStopped = true; this._audio.pause(); } get loop() { return this._audio.loop; } set loop(value) { ...

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

260. laya.display.Animation_API3.0 [ 36%]

...nt isAncestorOf loadAnimation loadAtlas loadImage loadImages localToGlobal off offAll offAllCaller on onAwake onDestroy onDisable onEnable once parentRepaint pivot play pos reCache removeChild removeChildAt removeChildByName removeChildren removeLabel removeSelf render repaint replaceChild runCallLa...

来源: Laya3.0_api 发布时间: 20231115