Table of Contents

Class MenuMicrophone.MenuSoundLoop

Namespace
Global
Assembly
Assembly-CSharp.dll
public class MenuMicrophone.MenuSoundLoop : MenuMicrophone.MenuSoundObject
Inheritance
MenuMicrophone.MenuSoundLoop
Inherited Members

Constructors

public MenuSoundLoop(MenuMicrophone mic, SoundLoader.SoundData soundData, bool loop, float initPan, float initVol, float initPitch, bool startAtRandomTime, bool isBkgLoop)

Parameters

mic MenuMicrophone
soundData SoundLoader.SoundData
loop bool
initPan float
initVol float
initPitch float
startAtRandomTime bool
isBkgLoop bool

Fields

public float fade

Field Value

float
public bool isBkgLoop

Field Value

bool
public float loopPitch

Field Value

float
public float loopVolume

Field Value

float

Methods

public override void Update(float timeStacker, float timeSpeed)

Parameters

timeStacker float
timeSpeed float