大约有 808 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0050 秒)
Laya3.0_文档(292) Laya3.0_api(204) Laya_社区(156) Laya2.0_api(63) laya_api(56) Laya2.0_文档(17) Laya2.0_示例(11) Laya_示例(9)
...布局的需求,就使用Box作为容器,否则就使用Sprite。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...og("fail"); }, complete: function () { console.log("complete"); }, }); Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-28 15:12:31 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260128
...的方式改变范围,编辑工具只提供预览范围的效果。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-31 18:18:07 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260131
...or = '#FFFFFF'; this.Main.box2D.addChild(label); label.pos(30, 50) }); Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-28 15:12:31 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260128
...本长度时,返回的pos.y永远是NaN 2.当文本水平对齐方式为right时,返回的pos.x比实际位置要向右偏移文本长度的距离 附件 : --> 2023-05-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 ...
来源: Laya_社区 发布时间: 20230519
...anvas> <!-- right border --> <mx:Canvas x="140" y="0" width="4" height="590" backgroundColor="#c9c9c9" borderColor="#000000" borderStyle="solid" borderThickness="1"> ...
来源: Laya_社区 发布时间: 20180202
...3x3 输出3x3矩阵 Returns void Static multiply multiply(left: Matrix3x3, right: Matrix3x3, out: Matrix3x3): void Defined in laya/d3/math/Matrix3x3.ts:139 两个3x3矩阵的相乘 Parameters left: Matrix3x3 左矩阵 right: Matrix3x3 右矩阵 out: Matrix3x3 输出矩阵 Returns void Globals "laya/...
来源: Laya3.0_api 发布时间: 20231102
...displayObject' of null Getcomponent 报错Uncaught (in promise) TypeError: Right-hand side of 'instanceof' is not an object alertexception info: [Typeerror: null is not object (evaluating this. vaoext createvertexarrayoes"] 多个对象添加点击事件, 舞台上面移除掉所有对象,并且...
来源: Laya_社区 发布时间: 20260107
...tTileData(tileX, tileY); // console.log(data) // console.log(Laya.Keyboard.RIGHT) switch (e.keyCode) { //右边 case 39: { this.player.x += 16 break; } case 37: { //左边 this.player.x -= 16 break; } case 38: { //上 this.player.y -= 16 break; } case 40: { //下 this.player.y += 16 break; } } var...
来源: Laya_社区 发布时间: 20230605
...目。 (图3-2) 运行效果如动图3-3所示, (动图3-3) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2025-01-04 00:17:28 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20250104