BBGamelib.CCEaseSineIn.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			CCEaseSineIn action = new CCEaseSineIn (_inner.reverse ());
			return action;
		}
	}