Class Scavenger.JumpFinder.JumpInstruction
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class Scavenger.JumpFinder.JumpInstruction
- Inheritance
-
Scavenger.JumpFinder.JumpInstruction
- Inherited Members
Constructors
JumpInstruction(Vector2, Vector2, float)
public JumpInstruction(Vector2 startPos, Vector2 initVel, float power)
Parameters
startPosVector2initVelVector2powerfloat
Fields
goalCell
public PathFinder.PathingCell goalCell
Field Value
grabWhenLanding
public bool grabWhenLanding
Field Value
initVel
public Vector2 initVel
Field Value
- Vector2
power
public float power
Field Value
startPos
public Vector2 startPos
Field Value
- Vector2
tick
public int tick