BBGamelib.CCScaleBy.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			CCScaleBy act = new CCScaleBy (_duration, 1/_endScaleX, 1/_endScaleY);
			return act;
		}
	}