BBGamelib.CCBezierTo.copyImpl C# (CSharp) Method

copyImpl() protected method

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