Table of Contents

Struct ShortcutData

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct ShortcutData
Inherited Members

Constructors

ShortcutData(Room, Type, int, IntVector2, IntVector2, int, IntVector2[])

public ShortcutData(Room room, ShortcutData.Type shortCutType, int length, IntVector2 start, IntVector2 goal, int destNode, IntVector2[] path)

Parameters

room Room
shortCutType ShortcutData.Type
length int
start IntVector2
goal IntVector2
destNode int
path IntVector2[]

Fields

connection

public MovementConnection connection

Field Value

MovementConnection

destNode

public int destNode

Field Value

int

path

public IntVector2[] path

Field Value

IntVector2[]

room

public Room room

Field Value

Room

shortCutType

public ShortcutData.Type shortCutType

Field Value

ShortcutData.Type

Properties

DestTile

public IntVector2 DestTile { get; }

Property Value

IntVector2

LeadingSomewhere

public bool LeadingSomewhere { get; }

Property Value

bool

StartTile

public IntVector2 StartTile { get; }

Property Value

IntVector2

ToNode

public bool ToNode { get; }

Property Value

bool

destinationCoord

public WorldCoordinate destinationCoord { get; }

Property Value

WorldCoordinate

length

public int length { get; }

Property Value

int

startCoord

public WorldCoordinate startCoord { get; }

Property Value

WorldCoordinate