C# Class OpenRA.SoundSettings

Show file Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
CashTicks bool
Device string
MusicVolume float
Mute bool
Repeat bool
Shuffle bool
SoundVolume float
VideoVolume float

Property Details

CashTicks public property

public bool CashTicks
return bool

Device public property

public string Device
return string

MusicVolume public property

public float MusicVolume
return float

Mute public property

public bool Mute
return bool

Repeat public property

public bool Repeat
return bool

Shuffle public property

public bool Shuffle
return bool

SoundVolume public property

public float SoundVolume
return float

VideoVolume public property

public float VideoVolume
return float