BBGamelib.CCRotateBy.reverseImpl C# (CSharp) Method

reverseImpl() protected method

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