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
statestringaudioPropertyAudioProperty
AddStateSound(string, AudioProperty)
public void AddStateSound(string state, AudioProperty audioProperty)
Parameters
statestringaudioPropertyAudioProperty
FillFrom(SoundProperties)
public void FillFrom(SoundProperties soundProperties)
Parameters
soundPropertiesSoundProperties
GetEventAudioProperty(string)
public AudioProperty GetEventAudioProperty(string eventName)
Parameters
eventNamestring
Returns
GetStateAudioProperty(string)
public AudioProperty GetStateAudioProperty(string stateName)
Parameters
stateNamestring
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).