Ejemplo n.º 1
0
 public void Enqueue <TEasing>() where TEasing : IAnimationEasing
 {
     m_easing = Activator.CreateInstance <TEasing>();
     Animator2.Enqueue(this);
 }
Ejemplo n.º 2
0
 public void Enqueue()
 {
     m_easing = new EaseInOutBack();
     Animator2.Enqueue(this);
 }