BBGamelib.CCBezierBy.copyImpl C# (CSharp) Method

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction
		protected override CCAction copyImpl ()
		{
			return new CCBezierBy (this.duration, _config);
		}