Automated: update Fields |
add info |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=AudioTypeGroupVolumeSliderComponent.png | |Image=AudioTypeGroupVolumeSliderComponent.png | ||
|Name=Audio Type Group Volume Slider | |Name=Audio Type Group Volume Slider | ||
}} | }} | ||
The '''AudioTypeGroupVolumeSlider''' component is used in the dash world for volume sliders. Specifically for the different volume groups. | |||
<!--T:2--> | <!--T:2--> | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Slider|{{RootFieldType|RelayRef`1|[[Component:Slider`1|Slider`1]]<[[Type:Float|Float]]>}}|TypeAdv0=true| | |Slider|{{RootFieldType|RelayRef`1|[[Component:Slider`1|Slider`1]]<[[Type:Float|Float]]>}}|TypeAdv0=true| The slider that is changing the audio. | ||
|Group|AudioTypeGroup| | |Group|AudioTypeGroup| The audio type to change the audio for. | ||
}} | }} | ||
Line 19: | Line 19: | ||
<!--T:4--> | <!--T:4--> | ||
Used in | Used in the dash world for volume sliders. Specifically for the different volume groups. | ||
== Examples == | == Examples == | ||
Used in the dash in the old settings menu. | |||
<!--T:5--> | <!--T:5--> | ||
== | == See Also == | ||
</translate> | </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]] |
Revision as of 20:25, 10 February 2025
Component image 
Audio Type Group Volume Slider component as seen in the Scene Inspector

The AudioTypeGroupVolumeSlider component is used in the dash world for volume sliders. Specifically for the different volume groups.
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
Used in the dash world for volume sliders. Specifically for the different volume groups.
Examples
Used in the dash in the old settings menu.