Table of Contents

Struct DebugTrackerVisualizer.NoiseSourceAndSprite

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

Constructors

NoiseSourceAndSprite(DebugSprite, DebugSprite, TheorizedSource, int)

public NoiseSourceAndSprite(DebugSprite sprite, DebugSprite sprite2, NoiseTracker.TheorizedSource noise, int lastRoom)

Parameters

sprite DebugSprite
sprite2 DebugSprite
noise NoiseTracker.TheorizedSource
lastRoom int

Fields

lastRoom

public int lastRoom

Field Value

int

noise

public NoiseTracker.TheorizedSource noise

Field Value

NoiseTracker.TheorizedSource

sprite

public DebugSprite sprite

Field Value

DebugSprite

sprite2

public DebugSprite sprite2

Field Value

DebugSprite