text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
namespace UIWidgets.Examples { using UIWidgets; using UnityEngine; /// <summary> /// Test Tabs creation. /// </summary> public class TestTabsCreate : MonoBehaviour { /// <summary> /// The tabs. /// </summary> [SerializeField] protected Tabs Tabs; /// <summary> /// The template. /// </summary> ...
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Tabs/TestTabsCreate.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Tabs/TestTabsCreate.cs", "repo_id": "jynew", "token_count": 576 }
1,357
namespace UIWidgets.Examples { using UIWidgets; using UnityEngine; /// <summary> /// Sample script how to add localization for ListView. /// </summary> public class LocalizationSampleListView : MonoBehaviour { [SerializeField] ListViewString targetListView; /// <summary> /// Target ListView. /// </s...
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestScripts/LocalizationSampleListView.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestScripts/LocalizationSampleListView.cs", "repo_id": "jynew", "token_count": 558 }
1,358
namespace UIWidgets.Examples { using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// Resize some elements for the mobile screens. /// </summary> public class TestMobile : MonoBehaviour { /// <summary> /// Resizables. /// </summary> [SerializeField] protected Li...
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestScripts/TestMobile.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestScripts/TestMobile.cs", "repo_id": "jynew", "token_count": 670 }
1,359
namespace UIWidgets.Examples { using UIWidgets; using UnityEngine; /// <summary> /// GroupedTileView /// </summary> public class GroupedTileView : ListViewCustom<GroupedTileViewComponent, Photo> { /// <summary> /// Grouped data. /// </summary> public GroupedPhotos GroupedData = new GroupedPhotos(); ...
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/GroupedTileView/GroupedTileView.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/GroupedTileView/GroupedTileView.cs", "repo_id": "jynew", "token_count": 442 }
1,360
fileFormatVersion: 2 guid: 56c38b3d18528cb4bbcfa1ae27639332 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/SimpleTileView/SimpleTileViewComponent.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/SimpleTileView/SimpleTileViewComponent.cs.meta", "repo_id": "jynew", "token_count": 69 }
1,361
fileFormatVersion: 2 guid: 5ae78a3139cf99c4f9bb62074eaaf691 folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewIcons.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewIcons.meta", "repo_id": "jynew", "token_count": 44 }
1,362
fileFormatVersion: 2 guid: 75ef73902f16f8c42932982127662045 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewItemSample.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewItemSample.cs.meta", "repo_id": "jynew", "token_count": 68 }
1,363
fileFormatVersion: 2 guid: 7dbdfb803be9dec48b185d065792a0d5 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewSampleDropSupport.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewSampleDropSupport.cs.meta", "repo_id": "jynew", "token_count": 70 }
1,364
fileFormatVersion: 2 guid: 2ca12672b11abe84f94a5c0fb3153413 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/ToDoList/ToDoListView.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/ToDoList/ToDoListView.cs.meta", "repo_id": "jynew", "token_count": 69 }
1,365
fileFormatVersion: 2 guid: f9b4d0edd1c8c5a4d876479ac11b6ebe folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TracksView.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TracksView.meta", "repo_id": "jynew", "token_count": 50 }
1,366
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!29 &1 OcclusionCullingSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_OcclusionBakeSettings: smallestOccluder: 5 smallestHole: 0.25 backfaceThreshold: 100 m_SceneGUID: 00000000000000000000000000000000 m_OcclusionCullingData: {fileID: 0} --- !u!...
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeGraph/TreeGraph.unity/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeGraph/TreeGraph.unity", "repo_id": "jynew", "token_count": 17806 }
1,367
namespace UIWidgets.Examples { using System.ComponentModel; using UIWidgets; /// <summary> /// TreeViewSampleItem interface. /// </summary> public interface ITreeViewSampleItem : IObservable, INotifyPropertyChanged { /// <summary> /// Display item data using specified component. /// </summary> /// <par...
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/ITreeViewSampleItem.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/ITreeViewSampleItem.cs", "repo_id": "jynew", "token_count": 129 }
1,368
fileFormatVersion: 2 guid: bd579fac5a2967a42918aa4da5ecbb1b MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TestTreeView.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TestTreeView.cs.meta", "repo_id": "jynew", "token_count": 70 }
1,369
namespace UIWidgets.Examples { using UIWidgets; using UnityEngine; /// <summary> /// TreeViewComponent with function to process double click event. /// </summary> public class TreeViewComponentDoubleClick : TreeViewComponent { /// <summary> /// Function to process click event. /// Attach this function to...
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewComponentDoubleClick.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewComponentDoubleClick.cs", "repo_id": "jynew", "token_count": 178 }
1,370
namespace UIWidgets.Examples { using UIWidgets; /// <summary> /// TreeViewSample component. /// </summary> public class TreeViewSampleComponent : TreeViewComponentBase<ITreeViewSampleItem> { ITreeViewSampleItem item; /// <summary> /// Item. /// </summary> public ITreeViewSampleItem Item { get ...
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewSampleComponent.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewSampleComponent.cs", "repo_id": "jynew", "token_count": 547 }
1,371
fileFormatVersion: 2 guid: 8ee2fce4b8b79444493884d0ce58e92b MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewToggle/TreeViewToggleComponent.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewToggle/TreeViewToggleComponent.cs.meta", "repo_id": "jynew", "token_count": 72 }
1,372
fileFormatVersion: 2 guid: dff4182dd63a5ef469e8cef0029efa2a folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Materials.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Materials.meta", "repo_id": "jynew", "token_count": 46 }
1,373
fileFormatVersion: 2 guid: 57545d70ace358545871e0c1400032b7 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Materials/UIGradientVLineHSV.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Materials/UIGradientVLineHSV.mat.meta", "repo_id": "jynew", "token_count": 40 }
1,374
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1374319974472688} m_IsPrefabParent: ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/AutoComboboxIcons.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/AutoComboboxIcons.prefab", "repo_id": "jynew", "token_count": 50647 }
1,375
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &169650 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 5 m_Component: - component: {fileID: 22469650} - component: {fileID: 22269650} - component: {fileID: 11469646} - compone...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/CenteredSlider.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/CenteredSlider.prefab", "repo_id": "jynew", "token_count": 19538 }
1,376
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1347025391257070} m_IsPrefabParent: ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ComboboxEnum.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ComboboxEnum.prefab", "repo_id": "jynew", "token_count": 27369 }
1,377
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &136342 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 22436342} - component: {fileID: 22236342} - component: {f...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/DateScroller.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/DateScroller.prefab", "repo_id": "jynew", "token_count": 19064 }
1,378
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &106824 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 5 m_Component: - component: {fileID: 22406824} - component: {fileID: 22206838} - component: {fileID: 11406794} - compone...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/FileListView.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/FileListView.prefab", "repo_id": "jynew", "token_count": 52305 }
1,379
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &111026 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 5 m_Component: - component: {fileID: 22411026} - component: {fileID: 11411028} - component: {fileID: 11411026} m_Layer: ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ListViewStringHeight.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ListViewStringHeight.prefab", "repo_id": "jynew", "token_count": 18305 }
1,380
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &158272 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 5 m_Component: - component: {fileID: 22458272} - component: {fileID: 22258272} - component: {fileID: 11458272} - compone...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ProgressbarDeterminate.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ProgressbarDeterminate.prefab", "repo_id": "jynew", "token_count": 8340 }
1,381
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &173150 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 5 m_Component: - component: {fileID: 22473150} - component: {fileID: 22273150} - component: {fileID: 11473150} - compone...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ScrollRectNumericPaginator.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ScrollRectNumericPaginator.prefab", "repo_id": "jynew", "token_count": 13075 }
1,382
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &121710 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 5 m_Component: - component: {fileID: 22421710} - component: {fileID: 22221712} - component: {fileID: 11421684} - compone...
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/TabsIcons.prefab/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/TabsIcons.prefab", "repo_id": "jynew", "token_count": 22436 }
1,383
fileFormatVersion: 2 guid: 6152f06e8497c7e4fb3240c1285df53a labels: - UiwidgetsListViewTemplatePrefab NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/Templates/ListViewTemplate.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/Templates/ListViewTemplate.prefab.meta", "repo_id": "jynew", "token_count": 57 }
1,384
fileFormatVersion: 2 guid: 33a70010632654f4fbd64a2c897b7b9c labels: - UiwidgetsTreeViewTemplatePrefab NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/Templates/TreeViewTemplate.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/Templates/TreeViewTemplate.prefab.meta", "repo_id": "jynew", "token_count": 59 }
1,385
fileFormatVersion: 2 guid: 4495de215ea5d5f4bbb9876faff9502a labels: - UiwidgetsPrefab - TreeView - UiwidgetsTreeViewPrefab NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/TreeView.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/TreeView.prefab.meta", "repo_id": "jynew", "token_count": 67 }
1,386
fileFormatVersion: 2 guid: d7dd452b48866a449a98362ae814365e labels: - Uiwidgets - Accordion - Widget MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Accordion/Accordion.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Accordion/Accordion.cs.meta", "repo_id": "jynew", "token_count": 86 }
1,387
namespace UIWidgets.Attributes { using System; /// <summary> /// Data bind field attribute. /// </summary> [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] public sealed class DataBindFieldAttribute : Attribute { } }
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Attributes/DataBindFieldAttribute.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Attributes/DataBindFieldAttribute.cs", "repo_id": "jynew", "token_count": 79 }
1,388
namespace UIWidgets { using System; using UIWidgets.Attributes; using UnityEngine; /// <summary> /// Multiple dates support for Calendar. /// </summary> [RequireComponent(typeof(CalendarBase))] public class CalendarMultipleDates : MonoBehaviour { /// <summary> /// Date comparer. /// </summary> protec...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/CalendarMultipleDates.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/CalendarMultipleDates.cs", "repo_id": "jynew", "token_count": 2284 }
1,389
fileFormatVersion: 2 guid: 775afade968b8b745a50aba877599f95 folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/Events.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/Events.meta", "repo_id": "jynew", "token_count": 43 }
1,390
fileFormatVersion: 2 guid: be2b0685bfeffe44a9a466f6167cd84e MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/TimeScroller.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/TimeScroller.cs.meta", "repo_id": "jynew", "token_count": 70 }
1,391
fileFormatVersion: 2 guid: 9da5ee3aff270374c995e76e8a4fa8be MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CircularSlider/CircularSliderBase.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CircularSlider/CircularSliderBase.cs.meta", "repo_id": "jynew", "token_count": 94 }
1,392
namespace UIWidgets { using System.Collections.Generic; using System.ComponentModel; /// <summary> /// IObservableList. /// </summary> /// <typeparam name="T">Type of item.</typeparam> public interface IObservableList<T> : IList<T>, INotifyPropertyChanged, ICollectionChanged, ICollectionItemChanged { /// <s...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CollectionsUtilities/IObservableList.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CollectionsUtilities/IObservableList.cs", "repo_id": "jynew", "token_count": 196 }
1,393
fileFormatVersion: 2 guid: 43bab7a32d1ec46439f19a8f2425b851 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ColorPicker/ColorPickerImagePalette.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ColorPicker/ColorPickerImagePalette.cs.meta", "repo_id": "jynew", "token_count": 72 }
1,394
namespace UIWidgets { using System; using UnityEngine; using UnityEngine.Events; /// <summary> /// Color RGB changed event. /// </summary> [Serializable] public class ColorRGBChangedEvent : UnityEvent<Color32> { } }
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ColorPicker/Events/ColorRGBChangedEvent.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ColorPicker/Events/ColorRGBChangedEvent.cs", "repo_id": "jynew", "token_count": 79 }
1,395
fileFormatVersion: 2 guid: b891aebc27241bd40aad53572c5b4a14 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Combobox/ComboboxInputField.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Combobox/ComboboxInputField.cs.meta", "repo_id": "jynew", "token_count": 71 }
1,396
namespace UIWidgets { using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.Sprites; using UnityEngine.UI; /// <summary> /// Line builder. /// </summary> public class LineBuilder : ILineBuilder { /// <summary> /// Connector. /// </summary> protected ConnectorBase Conne...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Connector/LineBuilder.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Connector/LineBuilder.cs", "repo_id": "jynew", "token_count": 6410 }
1,397
fileFormatVersion: 2 guid: 616d594d507a562478276f5742c3ccc0 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu/HotKeyCode.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu/HotKeyCode.cs.meta", "repo_id": "jynew", "token_count": 94 }
1,398
fileFormatVersion: 2 guid: fd4e7a3f88545334298c329829345ab3 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu/MenuItemMoveEvent.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu/MenuItemMoveEvent.cs.meta", "repo_id": "jynew", "token_count": 95 }
1,399
#if UNITY_EDITOR && UIWIDGETS_TMPRO_SUPPORT namespace UIWidgets { /// <summary> /// Converter functions to replace component with another component. /// </summary> public partial class ConverterTMPro { /// <summary> /// Message class. /// </summary> public class Message { /// <summary> /// Message...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Converter/ConverterTMProMessage.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Converter/ConverterTMProMessage.cs", "repo_id": "jynew", "token_count": 397 }
1,400
fileFormatVersion: 2 guid: caeabe708961d0b4dbf7a660f61f74df MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Core/UIBehaviourConditional.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Core/UIBehaviourConditional.cs.meta", "repo_id": "jynew", "token_count": 71 }
1,401
fileFormatVersion: 2 guid: 1dcaadd204daea7459a6f38b123c3281 labels: - BringToFront - Uiwidgets MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/BringToFront.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/BringToFront.cs.meta", "repo_id": "jynew", "token_count": 84 }
1,402
fileFormatVersion: 2 guid: d6150fa9a5cd7554cacdf3093307e353 timeCreated: 1603311284 licenseType: Store MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogButtonCustom.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogButtonCustom.cs.meta", "repo_id": "jynew", "token_count": 106 }
1,403
namespace UIWidgets { using UnityEngine; /// <summary> /// Distance line. /// </summary> [RequireComponent(typeof(RectTransform))] public class DistanceLine : MonoBehaviour { /// <summary> /// RectTransform. /// </summary> public RectTransform RectTransform { get { return transform as RectT...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/DistanceLines/DistanceLine.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/DistanceLines/DistanceLine.cs", "repo_id": "jynew", "token_count": 300 }
1,404
fileFormatVersion: 2 guid: 221d2331b2354cf488d0408eefcccaf1 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/DropRectTransform.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/DropRectTransform.cs.meta", "repo_id": "jynew", "token_count": 93 }
1,405
fileFormatVersion: 2 guid: 3c91952f50206a44d91220a4a650ad03 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/TreeViewCustomNodeDropSupport.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/TreeViewCustomNodeDropSupport.cs.meta", "repo_id": "jynew", "token_count": 71 }
1,406
namespace UIWidgets { using UnityEngine; using UnityEngine.EventSystems; /// <summary> /// Draggable handle. /// </summary> [RequireComponent(typeof(RectTransform))] public class DraggableHandle : MonoBehaviour, IDragHandler, IBeginDragHandler, IEndDragHandler { /// <summary> /// Begin drag event. /// <...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Draggable/DraggableHandle.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Draggable/DraggableHandle.cs", "repo_id": "jynew", "token_count": 476 }
1,407
fileFormatVersion: 2 guid: 3cafbce34e9948847a319fee9b9b2275 labels: - Grid - Table - Layout - Gui - Uiwidgets MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: -400 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayout.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayout.cs.meta", "repo_id": "jynew", "token_count": 94 }
1,408
fileFormatVersion: 2 guid: 5519ed91eecfc7b449e22714dd91e2f4 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutExtensions.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutExtensions.cs.meta", "repo_id": "jynew", "token_count": 70 }
1,409
fileFormatVersion: 2 guid: 37bcfa319c664e646939f5b0d0e9a863 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutUtilites.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutUtilites.cs.meta", "repo_id": "jynew", "token_count": 74 }
1,410
fileFormatVersion: 2 guid: f21ef7375a0f0f742b891c339808bed3 timeCreated: 1517415861 licenseType: Store MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/Size.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/Size.cs.meta", "repo_id": "jynew", "token_count": 109 }
1,411
namespace UIWidgets.Attributes { using System; /// <summary> /// Display the field only if the value of the specified field with bool type is true. /// </summary> [AttributeUsage(AttributeTargets.Field)] public sealed class EditorConditionObjectNotNullAttribute : Attribute, IEditorCondition { readonly string...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Editor.Conditions/EditorConditionObjectNotNullAttribute.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Editor.Conditions/EditorConditionObjectNotNullAttribute.cs", "repo_id": "jynew", "token_count": 350 }
1,412
fileFormatVersion: 2 guid: 2e809996034eec54a935bfb44526da2a timeCreated: 1603314928 licenseType: Store MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: - EffectShader: {fileID: 4800000, guid: 6536b9e20fbec774693056dda62e7a27, type: 3} executionOrder: 0 icon: {instanceID: 0} userDa...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Effects/RippleEffect.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Effects/RippleEffect.cs.meta", "repo_id": "jynew", "token_count": 146 }
1,413
fileFormatVersion: 2 guid: 2cfb56cccc4285e46ae2e0769ec074c6 folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/IO.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/IO.meta", "repo_id": "jynew", "token_count": 46 }
1,414
fileFormatVersion: 2 guid: 947e0ae2737b2f2479f48c97798cee96 labels: - ITemplatable - Uiwidgets MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ITemplatable.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ITemplatable.cs.meta", "repo_id": "jynew", "token_count": 87 }
1,415
namespace UIWidgets { /// <summary> /// Base class for custom ListViews. /// </summary> public partial class ListViewCustom<TItemView, TItem> : ListViewCustomBase where TItemView : ListViewItem { /// <summary> /// Default template selector. /// </summary> protected class DefaultSelector : IListViewTempl...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/DefaultSelector.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/DefaultSelector.cs", "repo_id": "jynew", "token_count": 469 }
1,416
fileFormatVersion: 2 guid: 78c1ff9937b0b6e4faa314f27bb22de6 timeCreated: 1604598323 licenseType: Store MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Events/ListViewItemAxisEvent.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Events/ListViewItemAxisEvent.cs.meta", "repo_id": "jynew", "token_count": 109 }
1,417
fileFormatVersion: 2 guid: 0267df5401d950741a97f92e313ac2ed timeCreated: 1604598323 licenseType: Store MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Events/ListViewItemResizeEvent.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Events/ListViewItemResizeEvent.cs.meta", "repo_id": "jynew", "token_count": 106 }
1,418
fileFormatVersion: 2 guid: 527c87606e80ddd40ad9b5fccf961681 labels: - ListViewBase - Widget - Uiwidgets MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewBase.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewBase.cs.meta", "repo_id": "jynew", "token_count": 90 }
1,419
fileFormatVersion: 2 guid: da8046bd40f7ad949b302a672256c925 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewEnum/HighlightSource.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewEnum/HighlightSource.cs.meta", "repo_id": "jynew", "token_count": 91 }
1,420
fileFormatVersion: 2 guid: 7710c8ad2c2072349adfc8cb51464d97 folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewInt.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewInt.meta", "repo_id": "jynew", "token_count": 44 }
1,421
namespace UIWidgets { using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// ListView with dynamic items heights. /// </summary> [Obsolete("Replaced with ListViewString")] public class ListViewHeight : ListView { /// <summary> /// Items heights. /// ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewString/ListViewHeight.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewString/ListViewHeight.cs", "repo_id": "jynew", "token_count": 3844 }
1,422
fileFormatVersion: 2 guid: 259d0fc4f24441c40a89a98cb9cb9ff4 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewType/ListViewTypeFixed.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewType/ListViewTypeFixed.cs.meta", "repo_id": "jynew", "token_count": 71 }
1,423
namespace UIWidgets { using System; /// <summary> /// Interface for ListViewCustomWidth items. /// </summary> [Obsolete("Not used anymore.")] public interface IItemWidth { /// <summary> /// Gets or sets the item width. /// </summary> /// <value>The width.</value> float Width { get; set; } ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Obsolete/IItemWidth.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Obsolete/IItemWidth.cs", "repo_id": "jynew", "token_count": 127 }
1,424
namespace UIWidgets { using System; using UnityEngine; using UnityEngine.UI; /// <summary> /// Layout bridge to Horizontal or Vertical Layout Group. /// </summary> public class StandardLayoutBridge : ILayoutBridge { readonly bool isHorizontal; /// <summary> /// Gets or sets a value indicating whether t...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/StandardLayoutBridge.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/StandardLayoutBridge.cs", "repo_id": "jynew", "token_count": 2685 }
1,425
fileFormatVersion: 2 guid: de5ebbfc80f8cde45a7b598d3a3aa2b3 folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Progressbar.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Progressbar.meta", "repo_id": "jynew", "token_count": 49 }
1,426
namespace UIWidgets { using UnityEngine; /// <summary> /// Range slider with float values. /// </summary> public class RangeSliderFloat : RangeSliderBase<float> { /// <summary> /// Value to position. /// </summary> /// <returns>Position.</returns> /// <param name="value">Value.</param> protected over...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/RangeSlider/RangeSliderFloat.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/RangeSlider/RangeSliderFloat.cs", "repo_id": "jynew", "token_count": 1114 }
1,427
fileFormatVersion: 2 guid: 54a10eb8c41008c439fd173e1d17ae65 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/References/PrefabsTemplates.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/References/PrefabsTemplates.cs.meta", "repo_id": "jynew", "token_count": 94 }
1,428
fileFormatVersion: 2 guid: d46105e03c3ec954abc395e5d0f3e7fc MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Resizable/ResizableHandles.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Resizable/ResizableHandles.cs.meta", "repo_id": "jynew", "token_count": 95 }
1,429
fileFormatVersion: 2 guid: 93c1b48aa9955c9499cb575f056743b5 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/Enums/ScrollRectHeaderType.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/Enums/ScrollRectHeaderType.cs.meta", "repo_id": "jynew", "token_count": 70 }
1,430
namespace UIWidgets { using System; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; /// <summary> /// ScrollRect drag sensitivity. /// </summary> [RequireComponent(typeof(ScrollRect))] public class ScrollRectDragSensitivity : MonoBehaviour, IBeginDragHandler, IEndDragHandler, IDragHan...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollRectDragSensitivity.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollRectDragSensitivity.cs", "repo_id": "jynew", "token_count": 2228 }
1,431
namespace UIWidgets.Examples { using System.Collections; using UnityEngine; using UnityEngine.Serialization; using UnityEngine.UI; /// <summary> /// Minimal size for the Scrollbar. /// </summary> [RequireComponent(typeof(ScrollRect))] [DisallowMultipleComponent] [AddComponentMenu("UI/New UI Widgets/Helpers/...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollbarMinSize.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollbarMinSize.cs", "repo_id": "jynew", "token_count": 1312 }
1,432
namespace UIWidgets { using System.Collections.Generic; using UnityEngine; /// <summary> /// Scale for the CenteredSlider widget. /// </summary> [RequireComponent(typeof(CenteredSlider))] public class CenteredSliderScale : SliderScaleBase { [SerializeField] float negativeStepRate = 1f; /// <summary> ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SliderScale/CenteredSliderScale.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SliderScale/CenteredSliderScale.cs", "repo_id": "jynew", "token_count": 1276 }
1,433
namespace UIWidgets { using System; using UIWidgets.Attributes; using UIWidgets.Styles; using UnityEngine; /// <summary> /// Base class for Slide Scale. /// </summary> public abstract class SliderScaleBase : MonoBehaviourConditional, IStylable { [SerializeField] [NestedInspector] Scale scale; /// <s...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SliderScale/SliderScaleBase.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SliderScale/SliderScaleBase.cs", "repo_id": "jynew", "token_count": 1509 }
1,434
fileFormatVersion: 2 guid: 1174bcc160495cd439577fef03ddb33f MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SnapGrid/SnapGridBase.LineX.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SnapGrid/SnapGridBase.LineX.cs.meta", "repo_id": "jynew", "token_count": 92 }
1,435
fileFormatVersion: 2 guid: 960e247fe4b10794a83a84c805586b2f MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Collections/StyleTable.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Collections/StyleTable.cs.meta", "repo_id": "jynew", "token_count": 70 }
1,436
fileFormatVersion: 2 guid: 47193764679597842bb079ed86854165 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Dialogs/StyleButtonClose.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Dialogs/StyleButtonClose.cs.meta", "repo_id": "jynew", "token_count": 67 }
1,437
namespace UIWidgets.Styles { using System; using UnityEngine; /// <summary> /// Fast style definition. /// </summary> [Serializable] public class StyleFast : IStyleDefaultValues { /// <summary> /// Primary color. /// </summary> [Header("Colors")] [SerializeField] public Color ColorPrimary = new Co...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Fast/StyleFast.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Fast/StyleFast.cs", "repo_id": "jynew", "token_count": 9047 }
1,438
fileFormatVersion: 2 guid: 59da3512a69f84644b44793cb6f68ac9 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleButton.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleButton.cs.meta", "repo_id": "jynew", "token_count": 69 }
1,439
fileFormatVersion: 2 guid: 741a24e147424704d8a7d5b9e3114ecc MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleScroller.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleScroller.cs.meta", "repo_id": "jynew", "token_count": 73 }
1,440
fileFormatVersion: 2 guid: 643465dcf91ee0b4bbf30c47d8e5a683 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleSwitch.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleSwitch.cs.meta", "repo_id": "jynew", "token_count": 72 }
1,441
namespace UIWidgets.Styles { using System; using UnityEngine; using UnityEngine.UI; /// <summary> /// Style for the selectable. /// </summary> [Serializable] public class StyleSelectable : IStyleDefaultValues { /// <summary> /// Style for the transition. /// </summary> [SerializeField] public Selec...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleSelectable.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleSelectable.cs", "repo_id": "jynew", "token_count": 1082 }
1,442
fileFormatVersion: 2 guid: 17cb28230cdac0a4b9656560040bcbbe MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleSupportToggle.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleSupportToggle.cs.meta", "repo_id": "jynew", "token_count": 69 }
1,443
fileFormatVersion: 2 guid: 094f6e96468eb764d903f5730401b92f folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Table.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Table.meta", "repo_id": "jynew", "token_count": 47 }
1,444
namespace UIWidgets { using UnityEngine; using UnityEngine.UI; /// <summary> /// TabIconButton. /// </summary> public class TabIconButton : TabIconButtonBase, IUpgradeable { /// <summary> /// The name. /// </summary> [SerializeField] [HideInInspector] [System.Obsolete("Replaced with NameAdapter.")]...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabIconButton.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabIconButton.cs", "repo_id": "jynew", "token_count": 274 }
1,445
namespace UIWidgets { using System; using System.Collections.Generic; using UnityEngine; /// <summary> /// Templates for UI. /// </summary> /// <typeparam name="T">Type of template.</typeparam> public class Templates<T> where T : MonoBehaviour, ITemplatable { readonly Dictionary<string, T> templates = ne...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Templates.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Templates.cs", "repo_id": "jynew", "token_count": 2120 }
1,446
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Observers; /// <summary> /// Observes value changes of the Date of an Calendar. /// </summary> public class CalendarDateObserver : ComponentDataObserver<UIWidgets.DateBase, System.DateTime> { /// <inheritdoc /> ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Calendar/CalendarDateObserver.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Calendar/CalendarDateObserver.cs", "repo_id": "jynew", "token_count": 300 }
1,447
fileFormatVersion: 2 guid: d218597e7b539b24b8c57d9f4a16e1f6 folderAsset: yes timeCreated: 1520699718 licenseType: Store DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider.meta", "repo_id": "jynew", "token_count": 87 }
1,448
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Providers.Getters; using UnityEngine; /// <summary> /// Provides the Value of an CenteredSlider. /// </summary> [AddComponentMenu("Data Bind/New UI Widgets/Getters/[DB] CenteredSlider Value Provider")] public cla...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderValueProvider.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderValueProvider.cs", "repo_id": "jynew", "token_count": 342 }
1,449
fileFormatVersion: 2 guid: 84aee8228bb820048818b4ef9eb4be55 folderAsset: yes timeCreated: 1623169692 licenseType: Store DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Float.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Float.meta", "repo_id": "jynew", "token_count": 81 }
1,450
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Setters; using UnityEngine; /// <summary> /// Set the MaxValue of a CircularSlider depending on the System.Int32 data value. /// </summary> [AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] CircularSlider M...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Int/CircularSliderMaxValueSetter.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Int/CircularSliderMaxValueSetter.cs", "repo_id": "jynew", "token_count": 215 }
1,451
fileFormatVersion: 2 guid: 48ddefd7e518bf645aafe7efcd15c2e4 timeCreated: 1520699861 licenseType: Store MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ColorPicker/ColorPickerColorObserver.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ColorPicker/ColorPickerColorObserver.cs.meta", "repo_id": "jynew", "token_count": 108 }
1,452
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Providers.Getters; using UnityEngine; /// <summary> /// Provides the SelectedItems of an FileListView. /// </summary> [AddComponentMenu("Data Bind/New UI Widgets/Getters/[DB] FileListView SelectedItems Provider")]...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/FileListView/FileListViewSelectedItemsProvider.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/FileListView/FileListViewSelectedItemsProvider.cs", "repo_id": "jynew", "token_count": 453 }
1,453
fileFormatVersion: 2 guid: 97aeee1044558294d92f423f0e596442 timeCreated: 1520697949 licenseType: Store MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewHeight/ListViewHeightDataSourceSetter.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewHeight/ListViewHeightDataSourceSetter.cs.meta", "repo_id": "jynew", "token_count": 107 }
1,454
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Setters; using UnityEngine; /// <summary> /// Set the Max of a Progressbar depending on the System.Int32 data value. /// </summary> [AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] Progressbar Max Setter")...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Progressbar/ProgressbarMaxSetter.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Progressbar/ProgressbarMaxSetter.cs", "repo_id": "jynew", "token_count": 195 }
1,455
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Setters; using UnityEngine; /// <summary> /// Set the ValueMax of a RangeSliderFloat depending on the System.Single data value. /// </summary> [AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] RangeSliderFl...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatValueMaxSetter.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatValueMaxSetter.cs", "repo_id": "jynew", "token_count": 208 }
1,456