C# Class VJManager, fuze-vj-kit

Inheritance: VJAbstractManager
Afficher le fichier Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Méthodes publiques

Свойство Type Description
analysisWindowSec float
bandLevels float[]
fft FFTWindow
numberOfBands int
rawVolume float
source UnityEngine.AudioSource

Méthodes publiques

Méthode Description
Awake ( ) : void
OnGUI ( ) : void
ToogleMicSource ( bool b ) : void

Private Methods

Méthode Description
Start ( ) : IEnumerator
_ConvertOutputDataToVolumeLevels ( ) : void
_ConvertRawSpectrumToBandLevels ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

ToogleMicSource() public méthode

public ToogleMicSource ( bool b ) : void
b bool
Résultat void

Property Details

analysisWindowSec public_oe static_oe property

public static float analysisWindowSec
Résultat float

bandLevels public_oe property

public float[] bandLevels
Résultat float[]

fft public_oe property

public FFTWindow fft
Résultat FFTWindow

numberOfBands public_oe static_oe property

public static int numberOfBands
Résultat int

rawVolume public_oe property

public float rawVolume
Résultat float

source public_oe property

public AudioSource,UnityEngine source
Résultat UnityEngine.AudioSource