add info |
userspace |
||
Line 1: | Line 1: | ||
{{Infobox Component | {{Infobox Component | ||
|Image=AudioTypeGroupVolumeSliderComponent.png | |Image=AudioTypeGroupVolumeSliderComponent.png | ||
|Name= | |Name=AudioTypeGroupVolumeSlider | ||
}} | }} | ||
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: | ||
}} | }} | ||
== Usage == | == Usage == | ||
== Examples == | |||
Used in [[userspace]] for volume sliders, specifically for the different volume groups. | |||
Used in the | |||
== See Also == | == See Also == | ||
[[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
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.