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