public override void Update(float time) { InnerActionState.Update(JEaseMath.ElasticInOut(time, Period)); }
public override void Update(float time) { InnerActionState.Update(JEaseMath.QuadIn(time)); }
public override void Update(float time) { InnerActionState.Update(JEaseMath.ExpoOut(time)); }