Table of Contents

Struct DebugTrackerVisualizer.GhostAndSprite

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

Constructors

GhostAndSprite(DebugSprite, DebugSprite, Ghost, int)

public GhostAndSprite(DebugSprite sprite, DebugSprite sprite2, Tracker.Ghost ghost, int lastRoom)

Parameters

sprite DebugSprite
sprite2 DebugSprite
ghost Tracker.Ghost
lastRoom int

Fields

ghost

public Tracker.Ghost ghost

Field Value

Tracker.Ghost

lastRoom

public int lastRoom

Field Value

int

sprite

public DebugSprite sprite

Field Value

DebugSprite

sprite2

public DebugSprite sprite2

Field Value

DebugSprite