Exemplo n.º 1
0
 private void Resume(PrefabResourcePool <PoolableParticleSystem> pool)
 {
     pool.ForEach(item => { item.Resume(); });
 }
Exemplo n.º 2
0
 public ParticleService()
 {
     _particleSystems = new PrefabResourcePool <PoolableParticleSystem>(new ParticleFactory());
 }