BBGamelib.CCRotateBy.copyImpl C# (CSharp) Method

copyImpl() protected method

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