BBGamelib.CCRotateTo.copyImpl C# (CSharp) Method

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction
		protected override CCAction copyImpl ()
		{
			CCRotateTo act = new CCRotateTo (this.duration, _dstAngle);
			return act;
		}