BBGamelib.CCRotateBy.reverseImpl C# (CSharp) Méthode

reverseImpl() protected méthode

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