You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Gems/MiniAudio/Code/Source/Tools/EditorMiniAudioListenerComponent.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ namespace MiniAudio
55
55
56
56
->DataElement(AZ::Edit::UIHandlers::Default, &MiniAudioListenerComponentConfig::m_followEntity, "Follow Entity", "The listener will follow the position and orientation of the specified entity.")
57
57
->DataElement(AZ::Edit::UIHandlers::Default, &MiniAudioListenerComponentConfig::m_listenerIndex, "Listener Index", "MiniAudio listener index to control.")
58
-
->DataElement(AZ::Edit::UIHandlers::Default, &MiniAudioListenerComponentConfig::m_globalVolume, "Global Volume", "Sets the global volume of the audio engine, as a percentage.")
58
+
->DataElement(AZ::Edit::UIHandlers::Slider, &MiniAudioListenerComponentConfig::m_globalVolume, "Global Volume", "Sets the global volume of the audio engine, as a percentage.")
->DataElement(AZ::Edit::UIHandlers::Default, &MiniAudioListenerComponentConfig::m_outerVolume, "Outer Volume", "Sets the volume of the listener outside of the outer cone, as a percentage.")
73
+
->DataElement(AZ::Edit::UIHandlers::Slider, &MiniAudioListenerComponentConfig::m_outerVolume, "Outer Volume", "Sets the volume of the listener outside of the outer cone, as a percentage.")
Copy file name to clipboardExpand all lines: Gems/MiniAudio/Code/Source/Tools/EditorMiniAudioPlaybackComponent.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ namespace MiniAudio
70
70
71
71
->DataElement(AZ::Edit::UIHandlers::Default, &MiniAudioPlaybackComponentConfig::m_autoplayOnActivate, "Autoplay", "Plays the sound on activation of the component.")
72
72
->DataElement(AZ::Edit::UIHandlers::Default, &MiniAudioPlaybackComponentConfig::m_loop, "Loop", "Loops the sound.")
73
-
->DataElement(AZ::Edit::UIHandlers::Default, &MiniAudioPlaybackComponentConfig::m_volume, "Volume", "The volume of the sound when played, as a percentage.")
73
+
->DataElement(AZ::Edit::UIHandlers::Slider, &MiniAudioPlaybackComponentConfig::m_volume, "Volume", "The volume of the sound when played, as a percentage.")
->DataElement(AZ::Edit::UIHandlers::Default, &MiniAudioPlaybackComponentConfig::m_outerVolume, "Outer Volume", "Sets the volume of the sound source outside of the outer cone, as a percentage.")
105
+
->DataElement(AZ::Edit::UIHandlers::Slider, &MiniAudioPlaybackComponentConfig::m_outerVolume, "Outer Volume", "Sets the volume of the sound source outside of the outer cone, as a percentage.")
0 commit comments