Version: 2020.3
public void Clear ();
public void Clear (bool withChildren= true);

参数

withChildren 还清除所有子代粒子系统。

描述

删除粒子系统中的所有粒子。

This method also removes the particles from any linked sub-emitters. Use the withChildren parameter to remove particles from child Particle Systems that are not sub-emitters of the system.