Component:Slider`1

From Resonite Wiki
Revision as of 21:39, 3 March 2024 by PJB (talk | contribs) (Automated: update Fields, Categories)


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


Component image 
Slider`1 component as seen in the Scene Inspector


Intoduction

Usage

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.
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
Power Float
Clamp Bool
VibrationThreshold T
SlideDirection Direction<T>
AnchorOffset Float2
HandleAnchorMinDrive field drive of Float2
HandleAnchorMaxDrive field drive of Float2
FillLineDrive field drive of Float2

Behavior

Examples

Related Components