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

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

441. laya.d3.core.BaseCamera [ 51%]

...amera  renderTargetSize : Size 获取渲染目标的尺寸 BaseCamera  right : Vector3[read-only] 获取右向量。 BaseCamera scene : Scene[read-only] 获得所属场景。 Sprite3D  sky : Sky获取天空。BaseCamera timer : Timer时间控制器,默认为Laya.timer。Node transform : T...

来源: laya_api 发布时间: 20170929

442. Spine骨骼动画 · LayaAir3文档 · LAYABOX [ 51%]

...GPU骨骼动画优化 Laya.SketonOptimise.normalRenderSwitch = true; Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2025-01-04 00:17:27 img{cursor:pointer}

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

443. laya.ui.Tree_API3.0 [ 51%]

...ass Item extends Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox"; selectBox.height = 24; selectBox.x = 13; selectBox.y = 0; selectBox.left = 12; addChild(selectBox)...

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

444. Android真机调试JavaScript · LayaAir3.4 · 引擎文档 · LAYABOX [ 51%]

...me对项目中JavaScript进行调试。如图2-6所示, (图2-6) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}

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

445. TiledMap 45度地图块渲染顺序问题 [ 51%]

...   }],  "nextobjectid":1,  "orientation":"isometric",  "renderorder":"right-down",  "tiledversion":"2018.02.14",  "tileheight":86,  "tilesets":[         {          "columns":2,          "firstgid":1,          "grid":             {              "height":151,   ...

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

446. H5页面的骨骼动画不能显示完整,兼容性问题? [ 51%]

...mature.y = 0; this.addChild(this.mArmature); this.mArmature.play(this.SWIM_RIGHT_ANI_NAME, true); Laya.timer.frameLoop(1, this, this.swim); }   在大部分浏览器都是OK的,但是在部分浏览器中,骨骼动画并不完整,动画的.sk文件也加载成功。 请问大家这个兼容...

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

447. Linux构建 · LayaAir3.4 · 引擎文档 · LAYABOX [ 51%]

...文件为LayaBox,桌面环境下点击即可运行。 (图4-1) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}

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

448. Web发布 · LayaAir3.4 · 引擎文档 · LAYABOX [ 51%]

...盘回车键就可以启动一个本地服务器了。 (动图2-4) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}

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

449. 3D变换 · LayaAir3.4 · 引擎文档 · LAYABOX [ 50%]

...ition:Vector3:世界位置。 worldMatrix:Matrix4x4:世界矩阵。 getRight(right: Vector3): void:获取向右方向。 getUp(up: Vector3): void:获取向上方向。 getForward(forward: Vector3):获取向前方向。 5. 局部空间与世界空间 局部空间,又称为物体空间,...

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

450. laya.display.Graphics [ 50%]

...textAlign:String — 文本对齐方式,可选值:"left","center","right"。 ReturnsFillBorderTextCmdfillText()method  public function fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String):FillTextCmd 在画布上绘制文本。 Parameters text:String — ...

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