Beispiel #1
0
    IEnumerator PoolTextPopups()
    {
        yield return(new WaitForSeconds(DestroyTime));

        pool.ReturnObject(gameObject);
    }
Beispiel #2
0
 private void OnParticleSystemStopped()
 {
     pool.ReturnObject(gameObject);
 }