예제 #1
0
 private void HandleObjectOutOfBounds(Destroyable destroyable)
 {
     _outOfBoundsParticles.transform.position = destroyable.transform.position;
     _outOfBoundsParticles.Emit(100);
 }