大约有 3 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0035 秒)
..._Simulation)9.2 Physics Update Node(T_Physics_UpdateNode)9.3 Physics Event(T_PhysicsEvent)9.4 Physics Event Count(C_PhysicsEventCount)9.5 Physics Collider(T_PhysicsCollider)9.6 Physics Trigger(T_PhysicsTrigger)9.7 Physics Collider Enter(T_PhysicsColliderEnter)9.8 Physics Co...
来源: Laya3.0_文档 发布时间: 20260128
... })); } //每次鼠标点下屏幕后,会创建一个特效 mouseDown(e: Event): void { var particle = Particle3D.Create(this.filePath); this.owner.addChild(particle); } //鼠标抬起后,会释放对象池 mouseUp(e: Event): void { Particle3D.ClearPool(this.filePath); } } Copyright ©Layabox 20...
来源: Laya3.0_文档 发布时间: 20251010
... })); } //每次鼠标点下屏幕后,会创建一个特效 mouseDown(e: Event): void { var particle = Particle3D.Create(this.filePath); this.owner.addChild(particle); } //鼠标抬起后,会释放对象池 mouseUp(e: Event): void { Particle3D.ClearPool(this.filePath); } } Copyright ©Layabox 20...
来源: Laya3.0_文档 发布时间: 20250104