Component:AudioTypeGroupVolumeSlider: Difference between revisions

From Resonite Wiki
Automated: update Fields
userspace
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<languages></languages>
<translate>
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=AudioTypeGroupVolumeSliderComponent.png
|Image=AudioTypeGroupVolumeSliderComponent.png
|Name=Audio Type Group Volume Slider
|Name=AudioTypeGroupVolumeSlider
}}
}}


<!--T:2-->
The '''AudioTypeGroupVolumeSlider''' component is used in [[userspace]] for volume sliders, specifically for the different volume groups.
 
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Slider|{{RootFieldType|RelayRef`1|[[Component:Slider`1|Slider`1]]&lt;[[Type:Float|Float]]&gt;}}|TypeAdv0=true|
|Slider|{{RootFieldType|RelayRef`1|[[Component:Slider`1|Slider`1]]&lt;[[Type:Float|Float]]&gt;}}|TypeAdv0=true| The slider that is changing the audio.
|Group|AudioTypeGroup|
|Group|AudioTypeGroup| The audio type to change the audio for.
}}
}}


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


<!--T:4-->
== Examples ==
Used in your local space for volume sliders. Specifically for the different volume groups.
 
Used in [[userspace]] for volume sliders, specifically for the different volume groups.


== Examples ==
== See Also ==


<!--T:5-->
== Related Components ==
</translate>
[[Category:ComponentStubs]]
[[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