Ejemplo n.º 1
0
 private void RemoveInvalidAnimation(AbstractAnimation targetAnimation)
 {
     Debug.LogError("Removed an invalid animation from the Sequenced Queue!");
     Animations.Remove(targetAnimation);
     PlayQueuedAnimations();
 }
Ejemplo n.º 2
0
 private void RemoveInvalidAnimation(AbstractAnimation targetAnimation)
 {
     Debug.LogError("Removed an invalid animation from the Paralleled Queue!");
     Animations.Remove(targetAnimation);
 }