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

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

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

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

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

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

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

405. Web发布 · LayaAir3.0文档 · LAYABOX [ 51%]

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

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

406. 视频节点 · LayaAir3.0文档 · LAYABOX [ 51%]

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

407. 3D变换 · LayaAir3.0文档 · LAYABOX [ 50%]

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

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

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

409. tab 是否可以做到左右滑动切换view呢? [ 50%]

...          {                     console.log("Move  right!");                 }else if (moveLen < -10)                 {                     console.log("Move  Left!");                 }             }        ...

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

410. laya.display.Stage [ 50%]

...。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage  alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对齐; "middle" :居中对齐; "bottom" :居底部对齐; Stage alpha : Number透明...

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