BBGamelib.CCJumpBy.CCJumpBy C# (CSharp) Method

CCJumpBy() public method

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