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

initWithDuration() public méthode

public initWithDuration ( float t, Vector2 pos, float height, uint jumps ) : void
t float
pos UnityEngine.Vector2
height float
jumps uint
Résultat void
		public void initWithDuration(float t, Vector2 pos, float height, uint jumps){
			base.initWithDuration (t);
			_delta = pos;
			_height = height;
			_jumps = jumps;
		}