GamePrefs.GetMasterVolume C# (CSharp) Method

GetMasterVolume() public static method

Gets the master volume.
public static GetMasterVolume ( ) : float
return float
	public static float GetMasterVolume()
	{
		return PlayerPrefs.GetFloat(m_masterVolumeKey, 1f);
	}