Component:AudioTypeGroupVolumeSlider

From Resonite Wiki
Revision as of 20:25, 10 February 2025 by 989onan (talk | contribs) (add info)
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

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.

See Also