Property | Type | Description | |
---|---|---|---|
frequencyRate | int | ||
modulation | Vector3[] | ||
stream | LeanAudioStream, | ||
useSetData | bool | ||
vibrato | Vector3[] | ||
waveNoiseInfluence | float | ||
waveNoiseScale | float | ||
waveStyle | LeanAudioWaveStyle |
Method | Description | |
---|---|---|
LeanAudioOptions ( ) : System.Collections.Generic | ||
setFrequency ( int frequencyRate ) : LeanAudioOptions, | ||
setVibrato ( Vector3 vibrato ) : LeanAudioOptions, | ||
setWaveNoise ( ) : LeanAudioOptions, | ||
setWaveNoiseInfluence ( float influence ) : LeanAudioOptions, | ||
setWaveNoiseScale ( float waveScale ) : LeanAudioOptions, | ||
setWaveSawtooth ( ) : LeanAudioOptions, | ||
setWaveSine ( ) : LeanAudioOptions, | ||
setWaveSquare ( ) : LeanAudioOptions, | ||
setWaveStyle ( LeanAudioWaveStyle style ) : LeanAudioOptions, |
public LeanAudioOptions ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public setFrequency ( int frequencyRate ) : LeanAudioOptions, | ||
frequencyRate | int | |
return | LeanAudioOptions, |
public setVibrato ( Vector3 vibrato ) : LeanAudioOptions, | ||
vibrato | Vector3 | |
return | LeanAudioOptions, |
public setWaveNoiseInfluence ( float influence ) : LeanAudioOptions, | ||
influence | float | |
return | LeanAudioOptions, |
public setWaveNoiseScale ( float waveScale ) : LeanAudioOptions, | ||
waveScale | float | |
return | LeanAudioOptions, |
public setWaveSawtooth ( ) : LeanAudioOptions, | ||
return | LeanAudioOptions, |
public setWaveStyle ( LeanAudioWaveStyle style ) : LeanAudioOptions, | ||
style | LeanAudioWaveStyle | |
return | LeanAudioOptions, |