m ProbablePrime moved page Slider`1 (Component) to Component:Slider`1: Creating component Namespace |
Automated: update Fields, Categories |
||
Line 14: | Line 14: | ||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|BaseColor| | |BaseColor|ColorX| | ||
|ColorDrivers|ColorDriver| | |ColorDrivers|{{RootFieldType|SyncList`1|[[Type:ColorDriver|ColorDriver]]}}|TypeAdv1=true| | ||
|__legacy_NormalColor| | |__legacy_NormalColor|ColorX| | ||
|__legacy_HighlightColor| | |__legacy_HighlightColor|ColorX| | ||
|__legacy_PressColor| | |__legacy_PressColor|ColorX| | ||
|__legacy_DisabledColor| | |__legacy_DisabledColor|ColorX| | ||
|__legacy_TintColorMode|ColorMode| | |__legacy_TintColorMode|ColorMode| | ||
|__legacy_ColorDrive| | |__legacy_ColorDrive|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv7=true| | ||
|IsPressed|Bool| | |IsPressed|Bool| | ||
|IsHovering|Bool| | |IsHovering|Bool| | ||
|Value| | |Value|'''T'''|TypeAdv10=true| | ||
|Min| | |Min|'''T'''|TypeAdv11=true| | ||
|Max| | |Max|'''T'''|TypeAdv12=true| | ||
|Integers|Bool| | |Integers|Bool| | ||
|Power|Float| | |Power|Float| | ||
|VibrationThreshold| | |Clamp|Bool| | ||
|SlideDirection|Direction| | |VibrationThreshold|'''T'''|TypeAdv16=true| | ||
|AnchorOffset|Float2| | |SlideDirection|'''[[#Direction|Direction]]<T>'''|TypeAdv17=true| | ||
|HandleAnchorMinDrive|Float2| | |AnchorOffset|Float2| | ||
|HandleAnchorMaxDrive|Float2| | |HandleAnchorMinDrive|{{RootFieldType|FieldDrive`1|[[Type:Float2|Float2]]}}|TypeAdv19=true| | ||
|HandleAnchorMaxDrive|{{RootFieldType|FieldDrive`1|[[Type:Float2|Float2]]}}|TypeAdv20=true| | |||
|FillLineDrive|{{RootFieldType|FieldDrive`1|[[Type:Float2|Float2]]}}|TypeAdv21=true| | |||
}} | }} | ||
Line 46: | Line 48: | ||
</translate> | </translate> | ||
[[Category:Generics{{#translation:}}]] | [[Category:Generics{{#translation:}}]] | ||
[[Category:Components{{#translation:}}|Slider`1 | [[Category:Components{{#translation:}}|Slider`1]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components: | [[Category:Generic Components{{#translation:}}|Slider`1]] | ||
[[Category:Components With Nested Enums{{#translation:}}|Slider`1]] | |||
[[Category:Components:UIX:Interaction{{#translation:}}|Slider`1]] |
Revision as of 21:39, 3 March 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Intoduction
Usage
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 |