Component:AudioTypeGroupVolumeSlider: Difference between revisions

From Resonite Wiki
add info
userspace
 
Line 1: Line 1:
<languages></languages>
<translate>
<!--T:1-->
{{Infobox Component
{{Infobox Component
|Image=AudioTypeGroupVolumeSliderComponent.png
|Image=AudioTypeGroupVolumeSliderComponent.png
|Name=Audio Type Group Volume Slider
|Name=AudioTypeGroupVolumeSlider
}}
}}
The '''AudioTypeGroupVolumeSlider''' component is used in the dash world for volume sliders. Specifically for the different volume groups.


<!--T:2-->
The '''AudioTypeGroupVolumeSlider''' component is used in [[userspace]] for volume sliders, specifically for the different volume groups.
 
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
Line 15: Line 12:
}}
}}


<!--T:3-->
== Usage ==
== Usage ==


<!--T:4-->
== Examples ==
Used in the dash world for volume sliders. Specifically for the different volume groups.


== Examples ==
Used in [[userspace]] for volume sliders, specifically for the different volume groups.
Used in the dash in the old settings menu.


<!--T:5-->
== See Also ==
== See Also ==
</translate>
 
[[Category:Components{{#translation:}}|Audio Type Group Volume Slider]]
[[Category:Components{{#translation:}}|Audio Type Group Volume Slider]]
[[Category:Components:Uncategorized{{#translation:}}|Audio Type Group Volume Slider]]
[[Category:Components:Uncategorized{{#translation:}}|Audio Type Group Volume Slider]]

Latest revision as of 18:59, 14 April 2025

Component image 
AudioTypeGroupVolumeSlider component as seen in the Scene Inspector


The AudioTypeGroupVolumeSlider component is used in userspace for volume sliders, specifically for the different volume groups.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Slider direct RelayRef`1<Slider`1<Float>> The slider that is changing the audio.
Group AudioTypeGroup The audio type to change the audio for.

Usage

Examples

Used in userspace for volume sliders, specifically for the different volume groups.

See Also