コード例 #1
0
 public static IEnumerator CoPlayBackward(this ParticleSystem self, bool withChildren = true)
 {
     Debug.Assert(self);
     yield return(self.CoPlayBackward(self.GetMaxLifeTime(withChildren), withChildren));
 }