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.