C# Class PerCVoice, Mathius_DOE

Inheritance: MonoBehaviour
Afficher le fichier Open project: RandomNPC/Mathius_DOE Class Usage Examples

Méthodes publiques

Свойство Type Description
PV PerCVoice,

Méthodes publiques

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

Private Methods

Méthode Description
OnDisable ( ) : void
Start ( ) : void
ThreadFunc ( ) : void
Update ( ) : void

Method Details

getNumberVoiced() public méthode

public getNumberVoiced ( ) : int
Résultat int

getOptionVoicedAsString() public méthode

public getOptionVoicedAsString ( ) : string
Résultat string

getVolume() public méthode

public getVolume ( ) : float
Résultat float

restart() public méthode

public restart ( ) : void
Résultat void

setVolume() public méthode

public setVolume ( float desiredVolume ) : void
desiredVolume float
Résultat void

setVolumeHigh() public méthode

public setVolumeHigh ( ) : void
Résultat void

setVolumeLow() public méthode

public setVolumeLow ( ) : void
Résultat void

setVolumeMid() public méthode

public setVolumeMid ( ) : void
Résultat void

Property Details

PV public_oe static_oe property

public static PerCVoice, PV
Résultat PerCVoice,