Listener.GlobalVolume

The global volume of all the sounds and musics. 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).

More...
  1. float GlobalVolume [@property setter]
    class Listener
    deprecated("Use the 'globalVolume' property instead.") @property static
    void
    GlobalVolume
    (
    float volume
    )
  2. float GlobalVolume [@property getter]

Detailed Description

Deprecated: Use the 'globalVolume' property instead.

Meta