BBGamelib.CCBezierTo.initWithDuration C# (CSharp) 메소드

initWithDuration() 공개 메소드

public initWithDuration ( float t, ccBezierConfig c ) : void
t float
c ccBezierConfig
리턴 void
		public override void initWithDuration(float t, ccBezierConfig c){
			base.initWithDuration (t);
			_toConfig = c;
		}