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

CCJumpBy() public méthode

public CCJumpBy ( float t, Vector2 pos, float height, uint jumps ) : UnityEngine
t float
pos UnityEngine.Vector2
height float
jumps uint
Résultat UnityEngine
        public CCJumpBy(float t, Vector2 pos, float height, uint jumps){
			initWithDuration (t, pos, height, jumps);		
		}