mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-18 04:06:09 +08:00
.
This commit is contained in:
@@ -35,7 +35,7 @@ export class EffectFinishedRelease extends Component {
|
||||
let particles: ParticleSystem[] = this.node.getComponentsInChildren(ParticleSystem);
|
||||
particles.forEach(particle => {
|
||||
particle.simulationSpeed = 1;
|
||||
// particle.clear(); // cc3.6 执行报错
|
||||
particle.clear();
|
||||
particle.stop();
|
||||
particle.play()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user