Beispiel #1
0
 public void StartAnimation(string cycleKey)
 {
     CurrentCycle = Cycle.GetAnimationCycle(cycleKey);
     StartAnimation();
 }
Beispiel #2
0
 public Cycle SetCurrentCycle(string cycleKey)
 {
     CurrentCycle = Cycle.GetAnimationCycle(cycleKey);
     return(CurrentCycle);
 }