protected override CCAction copyImpl() { CCEaseElasticIn action = new CCEaseElasticIn(_inner.reverse(), _period); return(action); }
protected override CCAction reverseImpl () { CCEaseElasticIn action = new CCEaseElasticIn (_inner.reverse (), _period); return action; }