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