BBGamelib.CCFadeTo.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			NSUtils.Assert(false, "CCFadeTo: reverse not implemented.");
			return null;
		}
	}