API ReferenceSandbox
Soundscapeclass
A soundscape is used for environmental ambiance of a map by playing a set of random sounds at given intervals.
Constructors1
Showing 1 constructors
public Soundscape()
No results match this filter.
Methods1
Showing 1 methods
No results match this filter.
Properties3
Showing 3 properties
public System.Collections.Generic.List`1<Sandbox.Soundscape.LoopedSound> Sandbox.Soundscape.LoopedSounds { get; set; }
Sounds that are played constantly on a loop.
public RangedFloat Sandbox.Soundscape.MasterVolume { get; set; }
All sound volumes in this soundscape will be scaled by this value.
public System.Collections.Generic.List`1<Sandbox.Soundscape.StingSound> Sandbox.Soundscape.StingSounds { get; set; }
Sounds that are played at intervals.
No results match this filter.