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
roomRoomplacedObjectPlacedObject
Fields
placedObject
public PlacedObject placedObject
Field Value
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)