C# Class PerCVoice, Mathius_DOE

Inheritance: MonoBehaviour
Mostrar archivo Open project: RandomNPC/Mathius_DOE Class Usage Examples

Public Properties

Property Type Description
PV PerCVoice,

Public Methods

Method Description
getNumberVoiced ( ) : int
getOptionVoicedAsString ( ) : string
getVolume ( ) : float
restart ( ) : void
setVolume ( float desiredVolume ) : void
setVolumeHigh ( ) : void
setVolumeLow ( ) : void
setVolumeMid ( ) : void

Private Methods

Method Description
OnDisable ( ) : void
Start ( ) : void
ThreadFunc ( ) : void
Update ( ) : void

Method Details

getNumberVoiced() public method

public getNumberVoiced ( ) : int
return int

getOptionVoicedAsString() public method

public getOptionVoicedAsString ( ) : string
return string

getVolume() public method

public getVolume ( ) : float
return float

restart() public method

public restart ( ) : void
return void

setVolume() public method

public setVolume ( float desiredVolume ) : void
desiredVolume float
return void

setVolumeHigh() public method

public setVolumeHigh ( ) : void
return void

setVolumeLow() public method

public setVolumeLow ( ) : void
return void

setVolumeMid() public method

public setVolumeMid ( ) : void
return void

Property Details

PV public_oe static_oe property

public static PerCVoice, PV
return PerCVoice,