mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
doc
This commit is contained in:
parent
5ecaf5fa75
commit
114bb35cdc
@ -8,7 +8,8 @@ namespace NewHorizons.External.Modules.Props.Audio
|
||||
public class AudioSourceInfo : BaseAudioInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// The audio track of this audio source
|
||||
/// The audio track of this audio source.
|
||||
/// Most of the time you'll use environment (the default) for sound effects and music for music.
|
||||
/// </summary>
|
||||
[DefaultValue("environment")] public NHAudioMixerTrackName track = NHAudioMixerTrackName.Environment;
|
||||
}
|
||||
|
||||
@ -16,7 +16,8 @@ namespace NewHorizons.External.Modules.Volumes.VolumeInfos
|
||||
[DefaultValue("random")] public NHClipSelectionType clipSelection = NHClipSelectionType.RANDOM;
|
||||
|
||||
/// <summary>
|
||||
/// The audio track of this audio volume
|
||||
/// The audio track of this audio volume.
|
||||
/// Most of the time you'll use environment (the default) for sound effects and music for music.
|
||||
/// </summary>
|
||||
[DefaultValue("environment")] public NHAudioMixerTrackName track = NHAudioMixerTrackName.Environment;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user