C# Class OpenRA.SoundSettings

Mostra 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_oe property

public bool CashTicks
return bool

Device public_oe property

public string Device
return string

MusicVolume public_oe property

public float MusicVolume
return float

Mute public_oe property

public bool Mute
return bool

Repeat public_oe property

public bool Repeat
return bool

Shuffle public_oe property

public bool Shuffle
return bool

SoundVolume public_oe property

public float SoundVolume
return float

VideoVolume public_oe property

public float VideoVolume
return float