game4automation.Sound Class Reference
Inheritance diagram for game4automation.Sound:

Public Types | |
enum | Soundmode { Drive, Pick } |
enum | Soundtype { Robot1, Robot2, SmallElectric1, SmallElectric2, AirPressure } |
Public Attributes | |
Soundmode | Mode = Soundmode.Drive |
Soundtype | SoundType |
float | SpeedMax = 200 |
float | PitchMin = 0.9f |
float | PitchMax = 1.1f |
bool | PlayAudio |
float | Volume = 1 |
float | Pitch = 1 |
bool | IsPlaying |