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

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