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

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

241. tiledMap类createMap()创建地图 如何理解这个viewRect视口区 [ 43%]

...    }         //console.log(mX,mY)         Laya.stage.off(Event.MOUSE_MOVE, this, mouseMove);     }      // 窗口大小改变,把地图的视口区域重设下     function resize()     {         //改变地图视口大小         tiledMap.chan...

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

242. laya.html.dom.HTMLIframeElement_API3.0 [ 43%]

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

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

243. laya.html.dom.HTMLDivElement_API3.0 [ 43%]

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

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

244. laya.physics.PhysicsDebugDraw_API3.0 [ 42%]

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

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

245. laya.ui.Button_API3.0 [ 42%]

...ation globalScaleX globalScaleY graphics gray height hideFlags hitArea iconOffset is3D label labelAlign labelBold labelColors labelFont labelPadding labelSize labelStroke labelStrokeColor labelVAlign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY s...

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

246. laya.map.TileAniSprite_API3.0 [ 42%]

...ideFlag hasListener hide hitTestPoint 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

247. laya.ui.Radio_API3.0 [ 42%]

...ation globalScaleX globalScaleY graphics gray height hideFlags hitArea iconOffset is3D label labelAlign labelBold labelColors labelFont labelPadding labelSize labelStroke labelStrokeColor labelVAlign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY s...

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

248. 深入理解LayaAir引擎架构和实现原理(一)跨平台引擎源码编译 [ 42%]

...在publish.js脚本中也做同样的事情就好。 public.bat[code]@echo off if exist ..\..\build ( rmdir /s/q ..\..\build ) if exist ..\..\bin\tsc\layaAir ( rmdir /s/q ..\..\bin\tsc\layaAir ) node index.js cd ..\ gulp build @pause 复制代码[/code] 查看代码易知,在编译前,会先删...

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

249. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 42%]

...eyDown(69) && this.moveVertical(-this.speed * elapsedTime);//E var offsetX: number = Laya.stage.mouseX - this.lastMouseX; var offsetY: number = Laya.stage.mouseY - this.lastMouseY; var yprElem: Laya.Vector3 = this.yawPitchRoll; yprElem.x -= offsetX * this.rotaionSpeed * elapsedTime; yprElem....

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

250. LayaAir IDE 1.4.0新增功能 附加(扩展)脚本的使用 [ 41%]

...ion onUp():void { // 抬起,按钮回复原样 _owner.scale(1,1); _owner.off(Event.MOUSE_UP,this,onUp); } } } H、现在我们的例子已经完成了,我们来看下效果 H-1 设置isScale=true 发布显示结果 弹起 按下 H-1 设置isScale=false 发布显示结果 弹起 按下 ----------...

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