Class SoundProperties
- Namespace
- TaleWorlds.GauntletUI
- Assembly
- TaleWorlds.GauntletUI.dll
public class SoundProperties
- Inheritance
-
SoundProperties
- Inherited Members
Constructors
SoundProperties()
public SoundProperties()
Properties
RegisteredEventSounds
public IEnumerable<KeyValuePair<string, AudioProperty>> RegisteredEventSounds { get; }
Property Value
RegisteredStateSounds
public IEnumerable<KeyValuePair<string, AudioProperty>> RegisteredStateSounds { get; }
Property Value
Methods
AddEventSound(string, AudioProperty)
public void AddEventSound(string state, AudioProperty audioProperty)
Parameters
state
stringaudioProperty
AudioProperty
AddStateSound(string, AudioProperty)
public void AddStateSound(string state, AudioProperty audioProperty)
Parameters
state
stringaudioProperty
AudioProperty
FillFrom(SoundProperties)
public void FillFrom(SoundProperties soundProperties)
Parameters
soundProperties
SoundProperties
GetEventAudioProperty(string)
public AudioProperty GetEventAudioProperty(string eventName)
Parameters
eventName
string
Returns
GetStateAudioProperty(string)
public AudioProperty GetStateAudioProperty(string stateName)
Parameters
stateName
string
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).