You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Controls.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ This page lists all the available controls within the UI Extensions project. To
31
31
|**[Stepper](/Controls/Stepper.md)**| A stepper control, like those found in iOS. It's basically two buttons side by side, and can step its numeric value up and down || UI / Extensions / Stepper ||| David Gileadi|
32
32
|**[Range Slider](/Controls/RangeSlider.md)**| A slider control that can support range values with min/max | UI / Extensions / Range Slider | UI / Extensions / Range Slider|[Demo video](/Controls/Images/RangeSliderDemo.mp4)|| Ben MacKinnon @Dover8|
33
33
|**[MinMaxSlider](/Controls/MinMaxSlider.md)**| An alternative slider control that can support range values with min/max | UI / Extensions / MinMax Slider | UI / Extensions / MinMax Slider||| brogan89|
34
+
|**[Extensions Toggle](/Controls/ExtensionsToggle.md)**| Enhanced Toggle component with unique IDs and dual event system || UI / Extensions / Extensions Toggle ||| Unity UI Extensions Contributors|
|**[Segment](/Controls/Segment.md)**| Individual segment component within SegmentedControl || UI / Extensions / Segmented Control / Segment ||| David Gileadi|
34
37
35
38
## Primitives
36
39
@@ -41,6 +44,7 @@ This page lists all the available controls within the UI Extensions project. To
41
44
|**[UILineRenderer](/Controls/UILineRenderer.md)**| Graphic control for drawing lines in the UI System | UI / Extensions / Primitives / UI Line Renderer | UI / Extensions / Primitives / UI Line Renderer |[tutorial video](https://www.youtube.com/watch?v=OElcWAZGHi0)|| jack.sydorenko|
42
45
|**[UILineTextureRenderer](/Controls/UILineTextureRenderer.md)**| Graphic control for drawing lines in the UI System | UI / Extensions / Primitives / UI Line Texture Renderer | UI / Extensions / Primitives / UI Line Texture Renderer |[tutorial video](https://www.youtube.com/watch?v=OElcWAZGHi0)|| jack.sydorenko, jonbro5556|
43
46
|**[UILineRendererFIFO](/Controls/UILineRendererFIFO.md)**| High Performant version of the Graphic control for drawing lines in the UI System | UI / Extensions / Primitives / UILineRendererFIFO | UI / Extensions / Primitives / UILineRendererFIFO ||| Steve Westhoff|
47
+
|**[UILineRendererList](/Controls/UILineRendererList.md)**| Advanced line renderer with Bezier curves, configurable joins, and line caps | UI / Extensions / Primitives / UI Line Renderer List | UI / Extensions / Primitives / UILineRendererList ||| jack.sydorenko, firagon|
44
48
|**[UICircle](/Controls/UICircle.md)**| Graphic control for drawing circles in the UI System | UI / Extensions / Primitives / UI Circle | UI / Extensions / Primitives / UI Circle |[tutorial video](https://www.youtube.com/watch?v=2KOnEKAVua0)|| zge|
45
49
|**[DiamondGraph](/Controls/DiamondGraph.md)**| Graphic control for drawing a diamond in the UI System | UI / Extensions / Primitives / DiamondGraph | UI / Extensions / Primitives / DiamondGraph |5.2+ only [tutorial video](https://www.youtube.com/watch?v=2KOnEKAVua0)|| koohddang|
46
50
|**[UICornerCut](/Controls/UICornerCut.md)**| Graphic control for drawing a diamond in the UI System | UI/Extensions/Primitives/Cut Corners | UI/Extensions/Primitives/Cut Corners ||| Freezy|
@@ -93,6 +97,7 @@ This page lists all the available controls within the UI Extensions project. To
93
97
|**[UIFlippable](/Controls/UIFlippable.md)**| Image component effect to flip the graphic | UI / Effects / Extensions / UI Flippable ||| ChoMPHi|
94
98
|**[UIImageCrop](/Controls/UIImageCrop.md)**| Shader based mask system which clips to specific ranges X&Y | UI / Effects / Extensions / UI Image Crop ||| 00christian00|
95
99
|**[SoftAlphaMask](/Controls/SoftAlphaMask.md)**| Shader based mask able to clip images using an alpha mask | UI / Effects / Extensions / Soft Mask Script ||[Donate](https://www.assetstore.unity3d.com/en/#!/content/50339)| NemoKrad|
100
+
|**[Shader Effects Suite](/Controls/ShaderEffects.md)**| Collection of shader-based effects (Additive, Soft Additive, Multiply, Linear Dodge, Screen, Shine) | UI / Effects / Extensions / UI*Effect | UI / Effects / Extensions / UI*Effect and Shining Effect || 00christian00, ömer faruk sayılır|
96
101
|**[UIParticleSystem](/Controls/UIParticleSystem.md)**| Implementation of a particle system on a canvas | UI / Effects / Extensions / UI Particle System |5.3+ only|| Glennpow|
97
102
|**[CurlyUI](/Controls/CurlyUI.md)**| A UI Effect that will make your UI Curly | UI / Effects / Extensions / CUI***||| Titinious|
98
103
@@ -119,7 +124,6 @@ The following components have been deprecated for Unity 6 (Version 3.0.0) and ar
119
124
|**[LetterSpacing](/Controls/LetterSpacing.md)**|Text component deprecated by Unity|Use TextMeshPro character spacing|Deeperbeige|
120
125
|**[MonoSpacing](/Controls/MonoSpacing.md)**|Text component deprecated by Unity|Use TextMeshPro character spacing|Herbst|
121
126
|**[NicerOutline](/Controls/NicerOutline.md)**|Text component deprecated by Unity|Use TextMeshPro outline|Melang|
122
-
|**[BestFitOutline](/Controls/BestFitOutline.md)**|Text component deprecated by Unity|Use TextMeshPro outline|Melang|
|**[InputFieldEnterSubmit](/Controls/InputFieldEnterSubmit.md)**| Automatically submits InputField when Enter key is pressed | UI / Extensions / Input Field Submit ||| Vicente Russo|
138
143
|**[ReturnKeyTrigger](/Controls/ReturnKeyTrigger.md)**| Enables you to bind the return key within an InputField control to a button | UI / Extensions / ReturnKey Trigger ||| Melang|
139
144
|**[TabNavigation](/Controls/TabNavigation.md)**| An example Tab navigation script, updated to add manual navigation | UI / Extensions / Tab Navigation ||| Melang, omatase|
140
145
|**[uGUITools](/Controls/uGUITools.md)**|| Menu / uGUI ||| Senshi|
*Sampler Outline* (outline) |The outline of the cursor to make it easier to see what's being sampled.
67
67
***On Color Selected*** (event) |Callback for when the cursor is clicked on a color. This should connect to the ColorPickerControl.CurrentColor at minimum.
@@ -72,7 +72,7 @@ Example found on the *Picker 2.0* prefab.
72
72
The properties of the Box Slider control are as follows:
73
73
74
74
Property | Description
75
-
|-|-|
75
+
-|-
76
76
***On Value Changed*** (event) |The Event fired when the color within the picker is changed
77
77
*HSV sliders on* (bool) |Shows / hides the HSV sliders in te UI prefab.
78
78
*HSV Sliders* (GameObject array) |Contains references to the components that are part of the HSV sliders display.
@@ -85,7 +85,7 @@ Property | Description
85
85
Example found on the *Picker 2.0 / Presets* prefab.
86
86
87
87
Property | Description
88
-
|-|-|
88
+
-|-
89
89
*Picker* (ColorPickerControl)| Reference to the color picker control.
90
90
*Preset Prefab* (GameObject)| UI component for displaying the preset(s).
91
91
*Max Presets* (int)| The max number of presets allowed (to control the UI size).
Copy file name to clipboardExpand all lines: Controls/ContentScrollSnapHorizontal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ the scroll snap has finished snapping.
47
47
The properties of the Horizontal Scroll Snap control are as follows:
48
48
49
49
Property | Description
50
-
|-|-|
50
+
-|-
51
51
*Ignore Inactive Items*|When enabled the scroll snap ignores inactive items, when disabled the scroll snap will snap to inactive items.
52
52
*Start Info*|All information about where the scroll snap should start when it is enabled, and how it should get there.
53
53
*Index Type*|A property of Start Info which describes whether the Index is associated with the child at that index, or the position at that index. A higher Index where the Index Type is Position Index means it will be further to the right.
0 commit comments