Component:Slider

From Resonite Wiki
Revision as of 06:32, 17 March 2025 by 989onan bot (talk | contribs) (Automated: update Fields, Categories)
Component image 
Slider component as seen in the Scene Inspector

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

If you need a 2D slider for UIX as an element, see the UIX Slider component.

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.
BaseColor ColorX
ColorDrivers list of ColorDriver
__legacy_NormalColor ColorX
__legacy_HighlightColor ColorX
__legacy_PressColor ColorX
__legacy_DisabledColor ColorX
__legacy_TintColorMode ColorMode
__legacy_ColorDrive field drive of ColorX
IsPressed Bool
IsHovering Bool
Value T
Min T
Max T
Integers Bool
MaxIsExclusive Bool
Power Float
Clamp Bool
VibrationThreshold T
SlideDirection Slider`1.Direction<T>
AnchorOffset Float2
HandleAnchorMinDrive field drive of Float2
HandleAnchorMaxDrive field drive of Float2
FillLineDrive field drive of Float2
RequireLockInToInteract Bool
RequireInitialPress Bool

Usage

Examples

Slider - A useful alternative to Grabbable - by ProbablePrime:

See Also