class
Soundscape
public class Soundscape : GameResource A soundscape is used for environmental ambiance of a map by playing a set of random sounds at given intervals.
Constructors
Soundscape() Properties
| Name | Type | Description |
|---|---|---|
MasterVolume | RangedFloat | All sound volumes in this soundscape will be scaled by this value. |
LoopedSounds | List<LoopedSound> | Sounds that are played constantly on a loop. |
StingSounds | List<StingSound> | Sounds that are played at intervals. |