Table of Contents

Struct DebugTrackerVisualizer.SimpleGhostAndSprite

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct DebugTrackerVisualizer.SimpleGhostAndSprite
Inherited Members

Constructors

SimpleGhostAndSprite(DebugSprite, DebugSprite, CreatureRepresentation, int)

public SimpleGhostAndSprite(DebugSprite sprite, DebugSprite sprite2, Tracker.CreatureRepresentation crit, int lastRoom)

Parameters

sprite DebugSprite
sprite2 DebugSprite
crit Tracker.CreatureRepresentation
lastRoom int

Fields

crit

public Tracker.CreatureRepresentation crit

Field Value

Tracker.CreatureRepresentation

lastRoom

public int lastRoom

Field Value

int

sprite

public DebugSprite sprite

Field Value

DebugSprite

sprite2

public DebugSprite sprite2

Field Value

DebugSprite