大约有 311 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0034 秒)
Laya_社区(108) Laya3.0_api(64) Laya2.0_api(60) laya_api(37) Laya2.0_文档(24) Laya3.0_文档(17) Laya_示例(1)
...(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