Table of Contents

Class MusicVisualizer

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class MusicVisualizer : PositionedMenuObject
Inheritance
MusicVisualizer
Inherited Members

Constructors

public MusicVisualizer(Menu menu, MenuObject owner, Vector2 pos)

Parameters

menu Menu
owner MenuObject
pos Vector2

Fields

public float[] audioSpectrum

Field Value

float[]
public float beatDelay

Field Value

float
public bool isBeat

Field Value

bool
public bool isPlaying

Field Value

bool
public float lastScale

Field Value

float
public bool[] spectrumBeats

Field Value

bool[]
public float[] spectrumBiases

Field Value

float[]
public float[] spectrumTimers

Field Value

float[]
public float[] spectrumValues

Field Value

float[]
public float timer

Field Value

float
public FSprite[] visualizerSprites

Field Value

FSprite[]

Methods

public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public void OnBeat()
public override void Update()