Inheritance: CCEaseElastic
        protected override CCAction copyImpl()
        {
            CCEaseElasticInOut action = new CCEaseElasticInOut(_inner.reverse(), _period);

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