C# Class VJManager, fuze-vj-kit

Inheritance: VJAbstractManager
Show file 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 static property

public static float analysisWindowSec
return float

bandLevels public property

public float[] bandLevels
return float[]

fft public property

public FFTWindow fft
return FFTWindow

numberOfBands public static property

public static int numberOfBands
return int

rawVolume public property

public float rawVolume
return float

source public property

public AudioSource,UnityEngine source
return UnityEngine.AudioSource