大约有 705 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0050 秒)
Laya3.0_api(204) Laya3.0_文档(192) Laya_社区(153) Laya2.0_api(63) laya_api(56) Laya2.0_文档(17) Laya2.0_示例(11) Laya_示例(9)
...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
...GPU骨骼动画优化 Laya.SketonOptimise.normalRenderSwitch = true; Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:58:54 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
... }], "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
...盘回车键就可以启动一个本地服务器了。 (动图2-4) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:59:02 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
...layaAir.mp4"; //设置视频源文件 video.play(); //开始播放 } } Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:58:48 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
...ition:Vector3:世界位置。 worldMatrix:Matrix4x4:世界矩阵。 getRight(right: Vector3): void:获取向右方向。 getUp(up: Vector3): void:获取向上方向。 getForward(forward: Vector3):获取向前方向。 5. 局部空间与世界空间 局部空间,又称为物体空间,...
来源: Laya3.0_文档 发布时间: 20241014
...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
... { console.log("Move right!"); }else if (moveLen < -10) { console.log("Move Left!"); } } ...
来源: Laya_社区 发布时间: 20160823
...。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对齐; "middle" :居中对齐; "bottom" :居底部对齐; Stage alpha : Number透明...
来源: Laya2.0_api 发布时间: 20190513