Ejemplo n.º 1
0
 public JumpBy Reverse()
 {
     return(JumpBy.Create(Duration, new Vector3(-Delta.x, -Delta.y, -Delta.z), Height, Jumps));
 }