Table of Contents

Class LizardJumpModule.JumpFinder.JumpInstruction

Namespace
Global
Assembly
Assembly-CSharp.dll
public class LizardJumpModule.JumpFinder.JumpInstruction
Inheritance
LizardJumpModule.JumpFinder.JumpInstruction
Inherited Members

Constructors

JumpInstruction(Vector2, Vector2, float)

public JumpInstruction(Vector2 startPos, Vector2 initVel, float power)

Parameters

startPos Vector2
initVel Vector2
power float

Fields

goalCell

public PathFinder.PathingCell goalCell

Field Value

PathFinder.PathingCell

grabWhenLanding

public bool grabWhenLanding

Field Value

bool

initVel

public Vector2 initVel

Field Value

Vector2

power

public float power

Field Value

float

startPos

public Vector2 startPos

Field Value

Vector2

tick

public int tick

Field Value

int