BBGamelib.CCBezierBy.initWithDuration C# (CSharp) Method

initWithDuration() public method

public initWithDuration ( float t, ccBezierConfig c ) : void
t float
c ccBezierConfig
return void
		public virtual void initWithDuration(float t, ccBezierConfig c){
			base.initWithDuration (t);
			_config = c;
		}