Inheritance: CCActionEase
Ejemplo n.º 1
0
        protected override CCAction reverseImpl()
        {
            CCEaseSineOut action = new CCEaseSineOut(_inner.reverse());

            return(action);
        }
Ejemplo n.º 2
0
		protected override CCAction reverseImpl ()
		{
			CCEaseSineOut action = new CCEaseSineOut (_inner.reverse ());
			return action;
		}