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

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

5531. 修改坐标后,实际效果不改变 [ 63%]

...进行位置和大小改变 this.lz.transform.position = new Laya.Vector3(1000, 1000, 1000); this.lz.transform.localScale = new Laya.Vector3(3, 3, 3); 并且确实改变了对应的值。但是渲染的效果并没有变化 附件 : --> LayaScene_Effect.rar effect.rar WebGame.rar 2018-03-27 添加...

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

5532. 1整天了,还是没解决加载本地文件问题 [ 63%]

...chrome,没关闭,后面的在打开也行。 cuixueying • 2017-08-31 10:18 问题解决了吗? cuixueying • 2017-08-31 10:18 这个都是暂时调试使用的,如果你有server,就不用考虑这个了! Chiuan • 2019-11-13 16:19 @cuixueying:chrome下面怎么搞啊。。我更新2...

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

5533. 搭建基础开发环境 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...ox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}

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

5534. 咨询在Laya.Sprite3D中,是否含有类似于 Sprite 中的getbounds函数 [ 63%]

...动: 2017-11-17 19:11 浏览: 984 关注: 3 人 137*****162 • 2017-12-11 10:42 我测试过,Laya.MeshSprite3D.load不是同步阻塞执行的,所以不能在下一行代码立刻获取数据,推荐使用Laya.loader.create yinglei999 • 2017-11-17 19:10 1.数据都为零,需要获取的数...

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

5535. 导航容器组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...ox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}

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

5536. UI-RefreshList [ 63%]

...= new Box(); this.refreshLoading.pos(133, 0); this.refreshLoading.bottom = 10; this.refreshLoading.visible = false; this.baseBox.addChild(this.refreshLoading); // 加载动画 this.loadingAni = new Animation(); this.loadingAni.loadAnimation("res/ui/refreshList/ani/Refresh.ani"); this.loadingAni.pos(...

来源: Laya2.0_示例 发布时间: 20260303

5537. 打包出现问题 [ 63%]

...NT: no such file or directory, open '/Developer/xcode/projects/game_dev/180106JumpAJump/code.git/JumpLaya/release/layaweb/0.9/js/core/UIInterface.js' at Object.fs.openSync (fs.js:558:18) at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:173:20) at Object.fs.readFileSync (fs.js:46...

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

5538. 静态碰撞器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...和一个顶点,适合用于那些形状为圆锥体的物体,如图1-10所示。圆锥体常用于模拟一些具有锥体结构的物体,如锥形石块、圆锥状的机械部件、尖刺、导弹等,能够确保物体碰撞时具有自然的物理反应。 (图1-10) 我们可以通过偏...

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

5539. 进度条组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...Text.text = "资源加载中……"; // 测试加载效果 Laya.timer.loop(100, this, this.changeProgress); } //这里仅模拟加载演示效果 changeProgress(): void { this.progressBar.value += 0.05; //每次进度条的改变量 if (this.progressBar.value == 1) { this.loadText.text = "资源加...

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

5540. 反射探针 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...ox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:56 img{cursor:pointer}

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