Exemplo n.º 1
0
 public override void Update(float time)
 {
     InnerActionState.Update(CCEaseMath.ElasticIn(time, Period));
 }
 public override void Update(float time)
 {
     InnerActionState.Update(CCEaseMath.ExponentialOut(time));
 }
Exemplo n.º 3
0
 public override void Update(float time)
 {
     InnerActionState.Update(CCEaseMath.SineOut(time));
 }