Table of Contents

Class VoidSpawn.EggToExit

Namespace
Global
Assembly
Assembly-CSharp.dll
public class VoidSpawn.EggToExit : VoidSpawn.Behavior
Inheritance
VoidSpawn.EggToExit
Inherited Members

Constructors

EggToExit(VoidSpawn, int, Room, bool)

public EggToExit(VoidSpawn owner, int toExit, Room room, bool allTheWayToShortcut)

Parameters

owner VoidSpawn
toExit int
room Room
allTheWayToShortcut bool

Fields

allTheWayToShortcut

public bool allTheWayToShortcut

Field Value

bool

finalDest

public Vector2 finalDest

Field Value

Vector2

phase

public bool phase

Field Value

bool

pnt

public Vector2 pnt

Field Value

Vector2

toExit

public int toExit

Field Value

int

Properties

SwimTowards

public override Vector2 SwimTowards { get; }

Property Value

Vector2