BBGamelib.CCBezierBy.initWithDuration C# (CSharp) Méthode

initWithDuration() public méthode

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