BBGamelib.CCScaleTo.copyImpl C# (CSharp) Method

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction
		protected override CCAction copyImpl ()
		{
			CCScaleTo act = new CCScaleTo(this.duration, _endScaleX, _endScaleY);
			return act;
		}