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).

  1. float globalVolume [@property setter]
    class Listener
    @property static
    void
    globalVolume
    (
    float volume
    )
  2. float globalVolume [@property getter]

Meta