C# Class VJManager, fuze-vj-kit

Inheritance: VJAbstractManager
Datei anzeigen Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Public Properties

Property Type Description
analysisWindowSec float
bandLevels float[]
fft FFTWindow
numberOfBands int
rawVolume float
source UnityEngine.AudioSource

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
ToogleMicSource ( bool b ) : void

Private Methods

Method Description
Start ( ) : IEnumerator
_ConvertOutputDataToVolumeLevels ( ) : void
_ConvertRawSpectrumToBandLevels ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

ToogleMicSource() public method

public ToogleMicSource ( bool b ) : void
b bool
return void

Property Details

analysisWindowSec public_oe static_oe property

public static float analysisWindowSec
return float

bandLevels public_oe property

public float[] bandLevels
return float[]

fft public_oe property

public FFTWindow fft
return FFTWindow

numberOfBands public_oe static_oe property

public static int numberOfBands
return int

rawVolume public_oe property

public float rawVolume
return float

source public_oe property

public AudioSource,UnityEngine source
return UnityEngine.AudioSource