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