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;
		}