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

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

21. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 45%]

...(this.filePath, Handler.create(this, () => { })); } //每次鼠标点下屏幕后,会创建一个特效 mouseDown(e: Event): void { var particle = Particle3D.Create(this.filePath); this.owner.addChild(particle); } //鼠标抬起后,会释放对象池 mouseUp(e: Event): void { Particle3D.Clear...

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

22. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 45%]

...(this.filePath, Handler.create(this, () => { })); } //每次鼠标点下屏幕后,会创建一个特效 mouseDown(e: Event): void { var particle = Particle3D.Create(this.filePath); this.owner.addChild(particle); } //鼠标抬起后,会释放对象池 mouseUp(e: Event): void { Particle3D.Clear...

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