com.unity.uiextensions/Scripts/Utilities
Simon (darkside) Jackson 5c94a03081 Updated enhancement to scm to work generically with either vertical or horizontal scroll snaps.
Will also automatically configure the parent scroll snap if missing
Added fault protection in case a ParentScrollSnap is not available.
2020-05-22 13:29:03 +01:00
..
BezierPath.cs Patches added to HSS and VSS to include programatic support 2016-05-23 20:57:56 +01:00
BezierPath.cs.meta Patches added to HSS and VSS to include programatic support 2016-05-23 20:57:56 +01:00
CLFZ2-CompressionHelper-ReadME.md Added ReadME files for the compression and serialization components 2016-06-03 10:26:37 +01:00
CLFZ2-CompressionHelper-ReadME.md.meta Added ReadME files for the compression and serialization components 2016-06-03 10:26:37 +01:00
CLZF2.cs Some minor updates to the shader scripts 2016-06-02 22:05:21 +01:00
CLZF2.cs.meta Some minor updates to the shader scripts 2016-06-02 22:05:21 +01:00
CableCurve.cs Updated and included a new LineRenderer that is based off an Array instead of a list to reduce allocations. 2019-03-09 13:26:11 +00:00
CableCurve.cs.meta Added a new Line Renderer mode (Catenary) 2017-08-04 20:01:02 +01:00
Circle.cs Updated LineRenderer Example Scene 2017-06-25 11:56:46 +01:00
Circle.cs.meta Updated LineRenderer Example Scene 2017-06-25 11:56:46 +01:00
DragCorrector.cs Patch to compression tests. Transform Surrogate is not implemented 2016-06-03 17:36:55 +01:00
DragCorrector.cs.meta Patch to compression tests. Transform Surrogate is not implemented 2016-06-03 17:36:55 +01:00
ExtensionsToggle.cs Testing branch for 2018.3 2018-12-31 15:54:49 +00:00
ExtensionsToggle.cs.meta Added alternate toggle control at request of Martin Sharkbomb, adds events to the toggle group for value changed 2015-12-19 15:12:10 +00:00
ExtensionsToggleGroup.cs Fixed Line endings on shaders (?) 2017-05-05 14:25:48 +01:00
ExtensionsToggleGroup.cs.meta Added alternate toggle control at request of Martin Sharkbomb, adds events to the toggle group for value changed 2015-12-19 15:12:10 +00:00
ExtentionMethods.cs namespace 2018-10-04 00:25:09 +03:00
ExtentionMethods.cs.meta fixed adding component ScrollSnapScrollbarHelper multiple times 2018-10-04 00:19:56 +03:00
InputFieldEnterSubmit.cs Input Enter Submit: 2019-02-22 16:03:59 +01:00
InputFieldEnterSubmit.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
NonDrawingGraphic.cs Added new NonDrawingGraphic control and editor script 2017-01-04 21:58:07 +00:00
NonDrawingGraphic.cs.meta Added new NonDrawingGraphic control and editor script 2017-01-04 21:58:07 +00:00
PPIViewer.cs Patch to compression tests. Transform Surrogate is not implemented 2016-06-03 17:36:55 +01:00
PPIViewer.cs.meta Patch to compression tests. Transform Surrogate is not implemented 2016-06-03 17:36:55 +01:00
PaginationManager.cs First pass optimisation for next update. 2018-01-20 12:08:44 +00:00
PaginationManager.cs.meta Added Pagination Manager 2017-08-09 19:38:29 +01:00
ReadOnlyAttribute.cs Update 2.0 Check-in 2017-08-11 13:17:10 +01:00
ReadOnlyAttribute.cs.meta Added Cooldown button control and example scene. 2017-06-25 18:36:49 +01:00
ReturnKeyTriggersButton.cs Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
ReturnKeyTriggersButton.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
ScrollConflictManager.cs Updated enhancement to scm to work generically with either vertical or horizontal scroll snaps. 2020-05-22 13:29:03 +01:00
ScrollConflictManager.cs.meta Added tooltips to new properties on V & H ScrollSnaps 2016-05-17 22:46:37 +01:00
ScrollRectEx.cs Fixed Line endings on shaders (?) 2017-05-05 14:25:48 +01:00
ScrollRectEx.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
ScrollRectExtensions.cs Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
ScrollRectExtensions.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
ScrollRectLinker.cs First pass optimisation for next update. 2018-01-20 12:08:44 +00:00
ScrollRectLinker.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
ScrollRectTweener.cs Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
ScrollRectTweener.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
SelectableScaler.cs First pass 1.3 updates: 2017-04-15 19:12:44 +01:00
SelectableScaler.cs.meta First pass 1.3 updates: 2017-04-15 19:12:44 +01:00
SetPropertyUtility.cs Slight reorg and addition of the following components: 2015-09-20 00:24:17 +01:00
SetPropertyUtility.cs.meta Slight reorg and addition of the following components: 2015-09-20 00:24:17 +01:00
TestCompression.cs Fixed Line endings on shaders (?) 2017-05-05 14:25:48 +01:00
TestCompression.cs.meta Some minor updates to the shader scripts 2016-06-02 22:05:21 +01:00
UIExtensionMethods.cs Updated ColorSampler and TiltWindow with multi-touch support. 2018-04-29 12:10:34 +01:00
UIExtensionMethods.cs.meta Added Line Renderer Connector from #123 (resolves #123) 2017-06-22 00:54:02 +01:00
UIHighlightable.cs Added UIHighlightable control and docs 2017-07-12 20:04:53 +01:00
UIHighlightable.cs.meta Added UIHighlightable control and docs 2017-07-12 20:04:53 +01:00
UILineConnector.cs Performance update to UILineConnector only draw when child transforms move. 2017-08-04 20:36:25 +01:00
UILineConnector.cs.meta Added Line Renderer Connector from #123 (resolves #123) 2017-06-22 00:54:02 +01:00
UIScrollToSelection.cs First pass optimisation for next update. 2018-01-20 12:08:44 +00:00
UIScrollToSelection.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
UIScrollToSelectionXY.cs Resolved a number of .NET warnings and invalid properties 2019-03-07 18:11:51 +00:00
UIScrollToSelectionXY.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
UISelectableExtension.cs Update 2.0 Check-in 2017-08-11 13:17:10 +01:00
UISelectableExtension.cs.meta Restructure of scripts to a more logical place 2015-12-23 19:22:57 +00:00
UI_InfiniteScroll.cs Fixed issues with HSS/VSS in conjunction with the UI_Infinite Scroll 2020-01-19 10:50:39 +00:00
UI_InfiniteScroll.cs.meta Patched Particle System with fixes from author 2016-07-02 14:50:37 +01:00
UI_ScrollRectOcclusion.cs Patched Particle System with fixes from author 2016-07-02 14:50:37 +01:00
UI_ScrollRectOcclusion.cs.meta Patched Particle System with fixes from author 2016-07-02 14:50:37 +01:00
UI_TweenScale.cs Patched Particle System with fixes from author 2016-07-02 14:50:37 +01:00
UI_TweenScale.cs.meta Patched Particle System with fixes from author 2016-07-02 14:50:37 +01:00
switchToRectTransform.cs Updated attributations 2015-09-20 01:21:29 +01:00
switchToRectTransform.cs.meta Slight reorg and addition of the following components: 2015-09-20 00:24:17 +01:00