Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.AudioManagerData Class Reference

Audio manager sound data More...

Public Attributes

float sfxVolume
 The volume of the sound effects. More...
 
float musicVolume
 The volume of the sound music. More...
 
bool muted
 Are we muting all sounds regardless of volume? More...
 

Detailed Description

Audio manager sound data

Member Data Documentation

◆ musicVolume

float PlatformerPro.AudioManagerData.musicVolume

The volume of the sound music.

◆ muted

bool PlatformerPro.AudioManagerData.muted

Are we muting all sounds regardless of volume?

◆ sfxVolume

float PlatformerPro.AudioManagerData.sfxVolume

The volume of the sound effects.


The documentation for this class was generated from the following file: