Listener.GlobalVolume Property

SFML.Net

ListenerGlobalVolume Property
The volume is a number between 0 and 100; it is combined with the individual volume of each sound / music. The default value for the volume is 100 (maximum).

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static float GlobalVolume { get; set; }
Public Shared Property GlobalVolume As Single
	Get
	Set
public:
static property float GlobalVolume {
	float get ();
	void set (float value);
}
static member GlobalVolume : float32 with get, set

Property Value

Type: Single
See Also