大约有 808 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0061 秒)
Laya3.0_文档(292) Laya3.0_api(204) Laya_社区(156) Laya2.0_api(63) laya_api(56) Laya2.0_文档(17) Laya2.0_示例(11) Laya_示例(9)
...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
...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
...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
...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
... }], "nextobjectid":1, "orientation":"isometric", "renderorder":"right-down", "tiledversion":"2018.02.14", "tileheight":86, "tilesets":[ { "columns":2, "firstgid":1, "grid": { "height":151, ...
来源: Laya_社区 发布时间: 20180321
...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
...文件为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
...盘回车键就可以启动一个本地服务器了。 (动图2-4) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...ition:Vector3:世界位置。 worldMatrix:Matrix4x4:世界矩阵。 getRight(right: Vector3): void:获取向右方向。 getUp(up: Vector3): void:获取向上方向。 getForward(forward: Vector3):获取向前方向。 5. 局部空间与世界空间 局部空间,又称为物体空间,...
来源: Laya3.0_文档 发布时间: 20251010
...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