Наследование: CCEaseElastic
        protected override CCAction copyImpl()
        {
            CCEaseElasticIn action = new CCEaseElasticIn(_inner.reverse(), _period);

            return(action);
        }
Пример #2
0
		protected override CCAction reverseImpl ()
		{
			CCEaseElasticIn action = new CCEaseElasticIn (_inner.reverse (), _period);
			return action;
		}