BBGamelib.CCJumpTo.CCJumpTo C# (CSharp) Method

CCJumpTo() public method

public CCJumpTo ( float t, Vector2 pos, float height, uint jumps ) : UnityEngine
t float
pos UnityEngine.Vector2
height float
jumps uint
return UnityEngine
		public CCJumpTo(float t, Vector2 pos, float height, uint jumps):base(t, pos, height, jumps){
		}