Table of Contents

Class SuperJumpInstruction

Namespace
Global
Assembly
Assembly-CSharp.dll
public class SuperJumpInstruction : InputInstructionTrigger
Inheritance
SuperJumpInstruction
Inherited Members

Constructors

SuperJumpInstruction(Room, PlacedObject)

public SuperJumpInstruction(Room room, PlacedObject placedObject)

Parameters

room Room
placedObject PlacedObject

Fields

placedObject

public PlacedObject placedObject

Field Value

PlacedObject

Properties

TrgA

public Vector2 TrgA { get; }

Property Value

Vector2

TrgB

public Vector2 TrgB { get; }

Property Value

Vector2

Methods

CheckTrigger(AbstractCreature)

public override void CheckTrigger(AbstractCreature p)

Parameters

p AbstractCreature