BBGamelib.CCScaleBy.startWithTarget C# (CSharp) Method

startWithTarget() public method

public startWithTarget ( object aTarget ) : void
aTarget object
return void
		public override void startWithTarget (object aTarget)
		{
			base.startWithTarget (aTarget);
			_deltaX = _startScaleX * _endScaleX - _startScaleX;
			_deltaY = _startScaleY * _endScaleY - _startScaleY;
		}
		protected override CCAction copyImpl ()