989onan bot (talk | contribs) Automated: update Fields |
989onan bot (talk | contribs) Automated: update Fields, Categories |
||
Line 8: | Line 8: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
| | |BaseColor|ColorX| | ||
| | |ColorDrivers|{{RootFieldType|SyncList`1|[[Type:ColorDriver|ColorDriver]]}}|TypeAdv1=true| | ||
| | |__legacy_NormalColor|ColorX| | ||
| | |__legacy_HighlightColor|ColorX| | ||
| | |__legacy_PressColor|ColorX| | ||
| | |__legacy_DisabledColor|ColorX| | ||
| | |__legacy_TintColorMode|ColorMode| | ||
| | |__legacy_ColorDrive|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv7=true| | ||
| | |IsPressed|Bool| | ||
| | |IsHovering|Bool| | ||
| | |Value|'''T'''|TypeAdv10=true| | ||
| | |Min|'''T'''|TypeAdv11=true| | ||
| | |Max|'''T'''|TypeAdv12=true| | ||
|Integers|Bool| | |||
|MaxIsExclusive|Bool| | |||
|Power|Float| | |||
|Clamp|Bool| | |||
|VibrationThreshold|'''T'''|TypeAdv17=true| | |||
|SlideDirection|'''[[#Direction|Slider`1.Direction]]<T>'''|TypeAdv18=true| | |||
|AnchorOffset|Float2| | |||
|HandleAnchorMinDrive|{{RootFieldType|FieldDrive`1|[[Type:Float2|Float2]]}}|TypeAdv20=true| | |||
|HandleAnchorMaxDrive|{{RootFieldType|FieldDrive`1|[[Type:Float2|Float2]]}}|TypeAdv21=true| | |||
|FillLineDrive|{{RootFieldType|FieldDrive`1|[[Type:Float2|Float2]]}}|TypeAdv22=true| | |||
|RequireLockInToInteract|Bool| | |||
|RequireInitialPress|Bool| | |||
| | |||
| | |||
}} | }} | ||
Line 47: | Line 42: | ||
== See Also == | == See Also == | ||
[[Category:Components{{#translation:}}|Slider]] | [[Category:Components{{#translation:}}|Slider`1]] | ||
[[Category:Components: | [[Category:Components:UIX:Interaction{{#translation:}}|Slider`1]] | ||
[[Category:Components With Nested | [[Category:Generic Components{{#translation:}}|Slider`1]] | ||
[[Category:Components With Nested Enums{{#translation:}}|Slider`1]] | |||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] |
Revision as of 06:32, 17 March 2025
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.
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: