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

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

241. TiledMap地图 · LayaAir3.0文档 · LAYABOX [ 39%]

...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); } /** * ...

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

242. laya.ui.LayoutBox_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

243. laya.ui.Clip_API3.0 [ 39%]

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

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

244. laya.ui.TipManager_API3.0 [ 39%]

...skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx offsetX offsetY tipBackColor tipDelay tipTextColor Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource defaultTip...

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

245. laya.ui.ViewStack_API3.0 [ 39%]

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

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

246. laya.ui.VBox_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

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

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

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

250. 使用3DUI · LayaAir3.0文档 · LAYABOX [ 38%]

...果叠加)、ALPHABLENDED(透明度混合)。 Cull:剔除模式。Off(不剔除)、Front(剔除正面,只显示背面)、Back(剔除背面,只显示正面)。 通常使用的渲染模式为TRANSPARENT,也就是支持透明色,如图2-5所示,背景变成透明的了。 ...

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