C# 클래스 LeanAudioOptions, hugula

상속: object
파일 보기 프로젝트 열기: tenvick/hugula 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
frequencyRate int
modulation Vector3[]
stream LeanAudioStream,
useSetData bool
vibrato Vector3[]
waveNoiseInfluence float
waveNoiseScale float
waveStyle LeanAudioWaveStyle

공개 메소드들

메소드 설명
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,

메소드 상세

LeanAudioOptions() 공개 메소드

public LeanAudioOptions ( ) : System.Collections.Generic
리턴 System.Collections.Generic

setFrequency() 공개 메소드

public setFrequency ( int frequencyRate ) : LeanAudioOptions,
frequencyRate int
리턴 LeanAudioOptions,

setVibrato() 공개 메소드

public setVibrato ( Vector3 vibrato ) : LeanAudioOptions,
vibrato Vector3
리턴 LeanAudioOptions,

setWaveNoise() 공개 메소드

public setWaveNoise ( ) : LeanAudioOptions,
리턴 LeanAudioOptions,

setWaveNoiseInfluence() 공개 메소드

public setWaveNoiseInfluence ( float influence ) : LeanAudioOptions,
influence float
리턴 LeanAudioOptions,

setWaveNoiseScale() 공개 메소드

public setWaveNoiseScale ( float waveScale ) : LeanAudioOptions,
waveScale float
리턴 LeanAudioOptions,

setWaveSawtooth() 공개 메소드

public setWaveSawtooth ( ) : LeanAudioOptions,
리턴 LeanAudioOptions,

setWaveSine() 공개 메소드

public setWaveSine ( ) : LeanAudioOptions,
리턴 LeanAudioOptions,

setWaveSquare() 공개 메소드

public setWaveSquare ( ) : LeanAudioOptions,
리턴 LeanAudioOptions,

setWaveStyle() 공개 메소드

public setWaveStyle ( LeanAudioWaveStyle style ) : LeanAudioOptions,
style LeanAudioWaveStyle
리턴 LeanAudioOptions,

프로퍼티 상세

frequencyRate 공개적으로 프로퍼티

public int frequencyRate
리턴 int

modulation 공개적으로 프로퍼티

public Vector3[] modulation
리턴 Vector3[]

stream 공개적으로 프로퍼티

public LeanAudioStream, stream
리턴 LeanAudioStream,

useSetData 공개적으로 프로퍼티

public bool useSetData
리턴 bool

vibrato 공개적으로 프로퍼티

public Vector3[] vibrato
리턴 Vector3[]

waveNoiseInfluence 공개적으로 프로퍼티

public float waveNoiseInfluence
리턴 float

waveNoiseScale 공개적으로 프로퍼티

public float waveNoiseScale
리턴 float

waveStyle 공개적으로 프로퍼티

public LeanAudioWaveStyle waveStyle
리턴 LeanAudioWaveStyle