BBGamelib.CCEaseSineOut.reverseImpl C# (CSharp) Method

reverseImpl() protected method

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