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

大约有 2,183 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0058 秒)

61. 粒子-粒子演示1 [ 77%]

...ction onAssetsLoaded(settings) { sp = new Particle2D(settings); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })();module laya { import Stage = Laya.Stage; import Loader = Laya.Loader; import Particle2D = Laya.Particle2D; import ...

来源: Laya_示例 发布时间: 20251130

62. 粒子-粒子演示2 [ 77%]

...ction onAssetsLoaded(settings) { sp = new Particle2D(settings); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })();module laya { import Stage = Laya.Stage; import Loader = Laya.Loader; import Particle2D = Laya.Particle2D; import ...

来源: Laya_示例 发布时间: 20251130

63. 粒子-粒子演示3 [ 77%]

...ction onAssetsLoaded(settings) { sp = new Particle2D(settings); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })();module laya { import Stage = Laya.Stage; import Loader = Laya.Loader; import Particle2D = Laya.Particle2D; import ...

来源: Laya_示例 发布时间: 20251130

64. 构建andorid工程后,在AndoridStuido中模拟器调试运行出现如下问题,然后打不开APP [ 77%]

...ation: com.mygame.Shjy3Android/demo.MainActivity. DEVICE SHELL COMMAND: am start -D -n "com.mygame.Shjy3Android/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please ...

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

65. [LayaAirIDE3]【插件开发】配置方式可以生成非常复杂的界面的部分疑惑 [ 77%]

...rPanel).resetDefault(); this.setSize(500, 250); this.contentPane.on("click_start_gen", this.startGen, this); this.contentPane.on("click_cancel_gen", () => { this.hide(); }, this); // 获取配置创建的组件 todo } protected onHide() { super.onHide(); this.contentPane.offAllCaller(this); } pri...

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

66. 寻路系统(JavaScript-3D基础(JS)-LayaAir3D之高级应用) [ 77%]

...is.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGridIndex(this.path[this.nextPathIndex % this.pointCount].x,this.path[this.nextPathIndex++ % this.pointCount].z, this.endPoint); //开始于结束点数据 var start = this.graph.grid[this.startPoint.x][t...

来源: Laya2.0_文档 发布时间: 20210714

67. 粒子-粒子演示1 [ 76%]

...ings); Laya.stage.addChild(partIns); // 开始发射粒子 partIns.emitter.start(); // 播放 partIns.play(); partIns.x = Laya.stage.width / 2; partIns.y = Laya.stage.height / 2; } } new Particle_T1();module laya { import Stage = Laya.Stage; import Loader = Laya.Loader; import Particle2D = Laya.Part...

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

68. 粒子-粒子演示2 [ 76%]

...ings); Laya.stage.addChild(partIns); // 开始发射粒子 partIns.emitter.start(); // 播放 partIns.play(); partIns.x = Laya.stage.width / 2; partIns.y = Laya.stage.height / 2; } } new Particle_T2();module laya { import Stage = Laya.Stage; import Loader = Laya.Loader; import Particle2D = Laya.Part...

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

69. 粒子-粒子演示3 [ 76%]

...ings); Laya.stage.addChild(partIns); // 开始发射粒子 partIns.emitter.start(); // 播放 partIns.play(); partIns.x = Laya.stage.width / 2; partIns.y = Laya.stage.height / 2; } } new Particle_T3();module laya { import Stage = Laya.Stage; import Loader = Laya.Loader; import Particle2D = Laya.Part...

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

70. 寻路系统(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 76%]

...is.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGridIndex(this.path[this.nextPathIndex % this.pointCount].x,this.path[this.nextPathIndex++ % this.pointCount].z, this.endPoint); //开始于结束点数据 var start = this.graph.grid[this.startPoint.x][t...

来源: Laya2.0_文档 发布时间: 20210715