BBGamelib.CCRotateTo.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			CCRotateTo act = new CCRotateTo (_duration, -_dstAngle);
			return act;
		}
	}