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;
using UnityEngine.UI;
/// <summary>
/// SteamSpy component.
/// </summary>
public class SteamSpyComponent : ListViewItem, IViewData<SteamSpyItem>
{
/// <summary>
/// Init graphics foreground.
/// </summary>
protected override void Grap... | jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Table/SteamSpyComponent.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Table/SteamSpyComponent.cs",
"repo_id": "jynew",
"token_count": 2147
} | 1,400 |
fileFormatVersion: 2
guid: 21a6358cbe9243c45b75aed9d213447c
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Table/TableList.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Table/TableList.meta",
"repo_id": "jynew",
"token_count": 44
} | 1,401 |
fileFormatVersion: 2
guid: c2d4a15fa43d97747859e26def326149
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Table/TableRowComponent.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Table/TableRowComponent.cs.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,402 |
fileFormatVersion: 2
guid: e3bf8df162d4e834d8cfa6c4e9072c88
TextScriptImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestData/TileViewListData.txt.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestData/TileViewListData.txt.meta",
"repo_id": "jynew",
"token_count": 46
} | 1,403 |
namespace UIWidgets.Examples
{
using UnityEngine;
/// <summary>
/// Exit option for standalone build.
/// </summary>
public class StandaloneExit : MonoBehaviour
{
#if !UNITY_STANDALONE
/// <summary>
/// Disable gameobject if not standalone build.
/// </summary>
protected virtual void Start()
{
ga... | jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestScripts/StandaloneExit.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestScripts/StandaloneExit.cs",
"repo_id": "jynew",
"token_count": 176
} | 1,404 |
namespace UIWidgets.Examples
{
using System;
using UIWidgets;
using UnityEngine;
/// <summary>
/// Test Tabs.
/// </summary>
public class TestTabs : MonoBehaviour
{
/// <summary>
/// Tabs.
/// </summary>
[SerializeField]
protected Tabs Tabs;
/// <summary>
/// Adds listeners.
/// </summary>
... | jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestScripts/TestTabs.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TestScripts/TestTabs.cs",
"repo_id": "jynew",
"token_count": 467
} | 1,405 |
namespace UIWidgets.Examples
{
using System;
using UnityEngine;
/// <summary>
/// Test GroupedTileView.
/// </summary>
public class TestGroupedTileView : MonoBehaviour
{
/// <summary>
/// File with test data.
/// </summary>
[SerializeField]
protected Sprite TestPhoto;
/// <summary>
/// GroupedLi... | jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/GroupedTileView/TestGroupedTileView.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/GroupedTileView/TestGroupedTileView.cs",
"repo_id": "jynew",
"token_count": 838
} | 1,406 |
fileFormatVersion: 2
guid: 6562e318a7c730e43a68082b4dd2aff2
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewIcons/TileViewIconsDragSupport.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewIcons/TileViewIconsDragSupport.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,407 |
fileFormatVersion: 2
guid: 76958b568f44bf945a8d5e98ff93d6e0
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewResizeHelper.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TileView/TileViewResizeHelper.cs.meta",
"repo_id": "jynew",
"token_count": 73
} | 1,408 |
%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/Time/Time.unity/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Time/Time.unity",
"repo_id": "jynew",
"token_count": 55492
} | 1,409 |
namespace UIWidgets.Examples
{
using UIWidgets;
using UnityEngine;
/// <summary>
/// Test tooltip.
/// </summary>
public class TestTooltip : MonoBehaviour
{
/// <summary>
/// The tooltip.
/// </summary>
[SerializeField]
protected TooltipString Tooltip;
/// <summary>
/// The target.
/// </summa... | jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Tooltip/TestTooltip.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/Tooltip/TestTooltip.cs",
"repo_id": "jynew",
"token_count": 205
} | 1,410 |
fileFormatVersion: 2
guid: 3dc9a55f9d420254b8ee635a21c9d08e
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TracksView/TestScheduleView.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TracksView/TestScheduleView.cs.meta",
"repo_id": "jynew",
"token_count": 72
} | 1,411 |
%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/TreeView/HierarchyView/HierarchyView.unity/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/HierarchyView/HierarchyView.unity",
"repo_id": "jynew",
"token_count": 72543
} | 1,412 |
fileFormatVersion: 2
guid: b5bb6cdcef74f7949a0e72019540a289
timeCreated: 1625420449
licenseType: Store
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/MultipleDefaultItems/TreeViewMultipleDefaultItems.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/MultipleDefaultItems/TreeViewMultipleDefaultItems.cs.meta",
"repo_id": "jynew",
"token_count": 108
} | 1,413 |
namespace UIWidgets.Examples
{
using UIWidgets;
/// <summary>
/// TreeView with checkboxes.
/// </summary>
public class TreeViewCheckboxes : TreeViewCustom<TreeViewCheckboxesComponent, TreeViewCheckboxesItem>
{
/// <summary>
/// NodeCheckboxChanged event.
/// </summary>
public NodeEvent OnNodeCheckboxCh... | jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewCheckboxes/TreeViewCheckboxes.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewCheckboxes/TreeViewCheckboxes.cs",
"repo_id": "jynew",
"token_count": 413
} | 1,414 |
namespace UIWidgets.Examples
{
using UIWidgets;
using UnityEngine;
/// <summary>
/// TreeView with onDoubleClick event process in TreeView script.
/// </summary>
public class TreeViewDoubleClick : TreeView
{
/// <summary>
/// Removes the callback.
/// </summary>
/// <param name="item">Item.</param>
[... | jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewDoubleClick.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewDoubleClick.cs",
"repo_id": "jynew",
"token_count": 409
} | 1,415 |
namespace UIWidgets.Examples
{
using System;
using System.ComponentModel;
using UIWidgets;
using UnityEngine;
/// <summary>
/// TreeViewSample continent item.
/// </summary>
[Serializable]
public class TreeViewSampleItemContinent : ITreeViewSampleItem
{
[SerializeField]
string name;
/// <summary>
/... | jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewSampleItemContinent.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets.Editor/Examples/TreeView/TreeViewSampleItemContinent.cs",
"repo_id": "jynew",
"token_count": 836
} | 1,416 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 53864dbb831fd... | jynew/jyx2/Assets/Plugins/New UI Widgets/Assets/DataBindTemplates.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Assets/DataBindTemplates.asset",
"repo_id": "jynew",
"token_count": 335
} | 1,417 |
fileFormatVersion: 2
guid: 1c770b3f5ff246849a485ace0ac01b92
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Materials/UIGradientHLineHSV.mat.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Materials/UIGradientHLineHSV.mat.meta",
"repo_id": "jynew",
"token_count": 41
} | 1,418 |
fileFormatVersion: 2
guid: c3eabab43affd13418a3fc539bad8814
labels:
- Widgets
- NewUIWidgets
- Table
- TableView
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/New UI Widgets SampleScene.unity.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/New UI Widgets SampleScene.unity.meta",
"repo_id": "jynew",
"token_count": 61
} | 1,419 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &103584
GameObject:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 22403584}
- component: {fileID: 22203584}
- component: {fileID: 11403588}
m_Layer: ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/AutocompleteStringCombobox.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/AutocompleteStringCombobox.prefab",
"repo_id": "jynew",
"token_count": 24550
} | 1,420 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &145524
GameObject:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 22445524}
- component: {fileID: 22245524}
- component: {fileID: 11445532}
m_Layer: ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ColorPicker.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ColorPicker.prefab",
"repo_id": "jynew",
"token_count": 109165
} | 1,421 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &105042
GameObject:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 22405042}
- component: {fileID: 22205042}
- component: {fileID: 11405046}
m_Layer: ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ComboboxInputField.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ComboboxInputField.prefab",
"repo_id": "jynew",
"token_count": 23943
} | 1,422 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &160476
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 22460476}
- component: {fileID: 22260476}
- component: {f... | jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/DateTimeScrollerSeparate.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/DateTimeScrollerSeparate.prefab",
"repo_id": "jynew",
"token_count": 44222
} | 1,423 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &154128
GameObject:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 22454128}
- component: {fileID: 22254128}
- component: {fileID: 11454128}
- compone... | jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ListViewIcons.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/ListViewIcons.prefab",
"repo_id": "jynew",
"token_count": 18621
} | 1,424 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &120522
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 22420522}
- component: {fileID: 22220526}
- component: {fileID: 11420468}
- compone... | jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/PickerIntTemplate.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/PickerIntTemplate.prefab",
"repo_id": "jynew",
"token_count": 32927
} | 1,425 |
%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: 1703671372369350}
m_IsPrefabParent: ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/RangeSliderFloatVertical.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/RangeSliderFloatVertical.prefab",
"repo_id": "jynew",
"token_count": 21346
} | 1,426 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &137924
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 22437924}
- component: {fileID: 22237924}
- component: {fileID: 11437928}
- compone... | jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/SpinnerFloat.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/SpinnerFloat.prefab",
"repo_id": "jynew",
"token_count": 9764
} | 1,427 |
fileFormatVersion: 2
guid: c3a726d7256a1a54a9111ba8cd74faa6
labels:
- UiwidgetsAutocompleteTemplatePrefab
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/Templates/AutocompleteTemplate.prefab.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/Templates/AutocompleteTemplate.prefab.meta",
"repo_id": "jynew",
"token_count": 60
} | 1,428 |
fileFormatVersion: 2
guid: b10b7177272a5304caf2370fec76803b
labels:
- UiwidgetsTableTemplatePrefab
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/Templates/TableTemplate.prefab.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/Templates/TableTemplate.prefab.meta",
"repo_id": "jynew",
"token_count": 54
} | 1,429 |
fileFormatVersion: 2
guid: 7951d0ed20953984a9669cc52732e5bc
labels:
- Uiwidgets
- UiwidgetsPrefab
- UiwidgetsTimePickerPrefab
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/TimePicker.prefab.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/TimePicker.prefab.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,430 |
fileFormatVersion: 2
guid: f6b59e637f43e964db9725219c653bf2
labels:
- ListView
- UiwidgetsListViewPrefab
- UiwidgetsPrefab
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/[obsolete] ListView.prefab.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Prefabs/[obsolete] ListView.prefab.meta",
"repo_id": "jynew",
"token_count": 68
} | 1,431 |
fileFormatVersion: 2
guid: 8fcb76b167f30e5449921bcfed44768f
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Accordion/AccordionItem.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Accordion/AccordionItem.cs.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,432 |
namespace UIWidgets
{
using System.Collections.Generic;
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.EventSystems;
/// <summary>
/// Base class for the AutoCombobox widget.
/// </summary>
/// <typeparam name="TItem">Item type.</typeparam>
/// <typeparam name="TListView">ListView type.</typepa... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Autocomplete/AutoCombobox.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Autocomplete/AutoCombobox.cs",
"repo_id": "jynew",
"token_count": 2858
} | 1,433 |
namespace UIWidgets
{
using UIWidgets.l10n;
/// <summary>
/// Autocomplete for ListViewIcons.
/// </summary>
public class AutocompleteIcons : AutocompleteCustom<ListViewIconsItemDescription, ListViewIconsItemComponent, ListViewIcons>
{
/// <summary>
/// Determines whether the beginning of value matches the ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Autocomplete/AutocompleteIcons.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Autocomplete/AutocompleteIcons.cs",
"repo_id": "jynew",
"token_count": 513
} | 1,434 |
namespace UIWidgets
{
using System;
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
/// <summary>
/// Base class for Calendar date.
/// </summary>
public class CalendarDateBase : MonoBehaviour, IPointerDownHandler, IPointerUpHandler, IPointerClickHandler
{
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/CalendarDateBase.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/CalendarDateBase.cs",
"repo_id": "jynew",
"token_count": 2018
} | 1,435 |
namespace UIWidgets
{
using System;
using UIWidgets.Styles;
using UnityEngine;
/// <summary>
/// DatePicker.
/// </summary>
public class DateTimePicker : Picker<DateTime, DateTimePicker>
{
/// <summary>
/// DateTime widget.
/// </summary>
[SerializeField]
public DateTimeWidget DateTimeWidget;
///... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/DateTimePicker.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/DateTimePicker.cs",
"repo_id": "jynew",
"token_count": 703
} | 1,436 |
fileFormatVersion: 2
guid: 52181b1eaf986444e8bc14fb9d4fbed4
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/Time24.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Calendar/Time24.cs.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,437 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using UIWidgets.Attributes;
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
using UnityEngine.Serialization;
using UnityEngine.UI;
/// <summary>
/// Centered slider base class (zero at ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CenteredSlider/CenteredSliderBase.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CenteredSlider/CenteredSliderBase.cs",
"repo_id": "jynew",
"token_count": 5612
} | 1,438 |
namespace UIWidgets
{
/// <summary>
/// IObservable.
/// </summary>
public interface ICollectionChanged
{
/// <summary>
/// Occurs when changed collection (added item, removed item, replaced item).
/// </summary>
event OnChange OnCollectionChange;
}
} | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CollectionsUtilities/ICollectionChanged.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CollectionsUtilities/ICollectionChanged.cs",
"repo_id": "jynew",
"token_count": 89
} | 1,439 |
namespace UIWidgets
{
using System;
using System.Collections;
using System.Collections.Generic;
/// <summary>
/// Enumerates the elements of a components pool.
/// </summary>
/// <typeparam name="TItemView">Type of the component.</typeparam>
[Serializable]
public struct PoolEnumerator<TItemView> : IEnumerato... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CollectionsUtilities/PoolEnumerator.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/CollectionsUtilities/PoolEnumerator.cs",
"repo_id": "jynew",
"token_count": 1702
} | 1,440 |
fileFormatVersion: 2
guid: f28098ed3f103944e9e25ecaa50fc6c1
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ColorPicker/ColorPickerHSVBlock.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ColorPicker/ColorPickerHSVBlock.cs.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,441 |
fileFormatVersion: 2
guid: 090ef637733ba684eadcab609b14c6a8
MonoImporter:
serializedVersion: 2
defaultReferences:
- slider: {instanceID: 0}
- sliderBackground: {instanceID: 0}
- defaultShaderHorizontal: {fileID: 4800000, guid: 2f245e4ec22b9244ca42a5a9cb89e65e,
type: 3}
- defaultShaderVertical: {fileID... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ColorPicker/ColorPickerRangeHSV.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ColorPicker/ColorPickerRangeHSV.cs.meta",
"repo_id": "jynew",
"token_count": 189
} | 1,442 |
fileFormatVersion: 2
guid: 22c720082fdbbfc42868ee5ac4ceffbc
labels:
- ComboboxCustom
- Uiwidgets
- Widget
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Combobox/ComboboxCustom.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Combobox/ComboboxCustom.cs.meta",
"repo_id": "jynew",
"token_count": 89
} | 1,443 |
namespace UIWidgets
{
using System;
using System.ComponentModel;
using UnityEngine;
/// <summary>
/// Connector line.
/// </summary>
[Serializable]
public class ConnectorLine : IObservable, INotifyPropertyChanged
{
[SerializeField]
RectTransform target;
/// <summary>
/// Gets or sets the target.
/... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Connector/ConnectorLine.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Connector/ConnectorLine.cs",
"repo_id": "jynew",
"token_count": 1233
} | 1,444 |
fileFormatVersion: 2
guid: 1469eec1f8cff0b4e8e1d33b230c3c1c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu.meta",
"repo_id": "jynew",
"token_count": 75
} | 1,445 |
fileFormatVersion: 2
guid: 048bb1a61f24852469ca98fcaef407f3
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu/MenuInstance.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu/MenuInstance.cs.meta",
"repo_id": "jynew",
"token_count": 94
} | 1,446 |
fileFormatVersion: 2
guid: f568d176634d09c46b26a6beea4a2ba0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu/OpenContextMenu.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ContextMenu/OpenContextMenu.cs.meta",
"repo_id": "jynew",
"token_count": 96
} | 1,447 |
fileFormatVersion: 2
guid: 7d6fcc09cb5a4e84fb9a09cf6ec6b27f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Core.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Core.meta",
"repo_id": "jynew",
"token_count": 73
} | 1,448 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Cursors selector by DPI.
/// </summary>
[ExecuteInEditMode]
public class CursorsDPISelector : MonoBehaviour, IUpdatable
{
/// <summary>
/// Cursors for the specified DPI.
/// </summary>
[Serializ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Cursor/CursorsDPISelector.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Cursor/CursorsDPISelector.cs",
"repo_id": "jynew",
"token_count": 1248
} | 1,449 |
fileFormatVersion: 2
guid: fc3cb7eacc3640c42aa058f41abd88cf
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogBase.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogBase.cs.meta",
"repo_id": "jynew",
"token_count": 95
} | 1,450 |
fileFormatVersion: 2
guid: 7b39e11946825664e8283f8a4dff2314
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogInfoBase.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogInfoBase.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,451 |
fileFormatVersion: 2
guid: 24552e04f1fc5cc4bb5d4e8f2eb30bf0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences:
- Cursors: {instanceID: 0}
- AllowDropCursor: {instanceID: 0}
- DeniedDropCursor: {instanceID: 0}
- DefaultCursorTexture: {instanceID: 0}
- handle: {instanceID: 0}
exec... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/DragRectTransform.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/DragRectTransform.cs.meta",
"repo_id": "jynew",
"token_count": 163
} | 1,452 |
fileFormatVersion: 2
guid: 004f996e25324964ca2400d390d3ca8e
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/ListViewCustomDragSupport.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/ListViewCustomDragSupport.cs.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,453 |
fileFormatVersion: 2
guid: f0684d2fbcbbd9840bca58a935a940c6
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/ListViewStringDropSupport.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/ListViewStringDropSupport.cs.meta",
"repo_id": "jynew",
"token_count": 72
} | 1,454 |
namespace UIWidgets
{
using UnityEngine;
using UnityEngine.EventSystems;
/// <summary>
/// Drag events listener.
/// </summary>
[RequireComponent(typeof(RectTransform))]
public class DragListener : MonoBehaviour, IDragHandler, IBeginDragHandler, IEndDragHandler, IInitializePotentialDragHandler, IScrollHandler
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Draggable/DragListener.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Draggable/DragListener.cs",
"repo_id": "jynew",
"token_count": 897
} | 1,455 |
namespace UIWidgets
{
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Helper for ObjectSliding.
/// Set allowed positions to current, current + height(ObjectsOnLeft), current - height(ObjectsOnRight)
/// </summary>
[RequireComponent(typeof(ObjectSliding))]
[RequireComponent(typeof(RectT... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Draggable/ObjectSlidingVerticalHelper.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Draggable/ObjectSlidingVerticalHelper.cs",
"repo_id": "jynew",
"token_count": 1245
} | 1,456 |
fileFormatVersion: 2
guid: e547f06c0e219c94195aacf1fe4f3b56
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutEllipse.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutEllipse.cs.meta",
"repo_id": "jynew",
"token_count": 73
} | 1,457 |
fileFormatVersion: 2
guid: dc176a405d02be34b9ef93f5998d0e8c
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutGrid.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutGrid.cs.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,458 |
fileFormatVersion: 2
guid: 3de0f6282353c5447abecc7836badcb9
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/LayoutElementInfo.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/LayoutElementInfo.cs.meta",
"repo_id": "jynew",
"token_count": 68
} | 1,459 |
namespace UIWidgets.Attributes
{
using System;
/// <summary>
/// Display the field only if the value of the specified field with bool type is false.
/// </summary>
[AttributeUsage(AttributeTargets.Field)]
[Obsolete("Use EditorConditionBool(field, false).")]
public sealed class EditorConditionBoolNotAttribute :... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Editor.Conditions/EditorConditionBoolNotAttribute.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Editor.Conditions/EditorConditionBoolNotAttribute.cs",
"repo_id": "jynew",
"token_count": 365
} | 1,460 |
fileFormatVersion: 2
guid: e5da6a15262da4f4d88361be6c96489f
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Effects.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Effects.meta",
"repo_id": "jynew",
"token_count": 47
} | 1,461 |
fileFormatVersion: 2
guid: ef23621acc7b61146acf111dd70dd4f4
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/IO/DrivesListViewComponent.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/IO/DrivesListViewComponent.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,462 |
namespace UIWidgets
{
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.UI;
/// <summary>
/// InputField with exposed functions to validate input.
/// </summary>
public class InputFieldExtended : InputField, IInputFieldExtended
{
#if !(UNITY_5_1 || UNITY_5_2 || UNITY_5_3 ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/InputField/InputFieldExtended.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/InputField/InputFieldExtended.cs",
"repo_id": "jynew",
"token_count": 2312
} | 1,463 |
fileFormatVersion: 2
guid: f8864c2246df2e144b6a7d74394331ed
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Events/ListViewCustomEvent.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Events/ListViewCustomEvent.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,464 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using UIWidgets.Styles;
using UnityEngine;
/// <content>
/// Base class for custom ListViews.
/// </content>
public partial class ListViewCustom<TItemView, TItem> : ListViewCustomBase
where TItemView : ListViewItem
{
/// <summary>
//... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewComponentPool.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewComponentPool.cs",
"repo_id": "jynew",
"token_count": 4811
} | 1,465 |
namespace UIWidgets
{
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// ListViewString component.
/// </summary>
public class ListViewStringItemComponent : ListViewItem, IViewData<string>
{
/// <summary>
/// The Text component.
/// </summary>
[SerializeField]
public TextAdapter Text;
/// ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewString/ListViewStringItemComponent.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewString/ListViewStringItemComponent.cs",
"repo_id": "jynew",
"token_count": 339
} | 1,466 |
namespace UIWidgets
{
/// <summary>
/// Base class for custom ListView for items with variable height.
/// </summary>
/// <typeparam name="TItemView">Type of DefaultItem component.</typeparam>
/// <typeparam name="TItem">Type of item.</typeparam>
public class ListViewCustomHeight<TItemView, TItem> : ListViewCusto... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Obsolete/ListViewCustomHeight.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Obsolete/ListViewCustomHeight.cs",
"repo_id": "jynew",
"token_count": 122
} | 1,467 |
fileFormatVersion: 2
guid: bccb064f15c2f194aaedb3b5fe5e5ff8
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Listeners/ScrollListener.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Listeners/ScrollListener.cs.meta",
"repo_id": "jynew",
"token_count": 74
} | 1,468 |
fileFormatVersion: 2
guid: 85f5e2330290137468e9b3b0d406a673
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Notify/NotifyInfoBase.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Notify/NotifyInfoBase.cs.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,469 |
fileFormatVersion: 2
guid: ce39b9d83380c154c857940abff69079
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Progressbar/ProgressbarEnums.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Progressbar/ProgressbarEnums.cs.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,470 |
fileFormatVersion: 2
guid: 9558cd11fb2d467449bcb49360f0cf07
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/References.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/References.meta",
"repo_id": "jynew",
"token_count": 67
} | 1,471 |
namespace UIWidgets
{
using System.Collections.Generic;
using UIWidgets.Attributes;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.Serialization;
/// <summary>
/// Handle for the Rotatable component.
/// </summary>
[DisallowMultipleComponent]
[RequireComponent(typeof(Rotatable))]
[AddC... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Rotatable/RotatableHandle.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Rotatable/RotatableHandle.cs",
"repo_id": "jynew",
"token_count": 3061
} | 1,472 |
namespace UIWidgets
{
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
/// <summary>
/// Scroll button.
/// </summary>
public class ScrollButton : MonoBehaviour, IPointerDownHandler, IPointerUpHandler, IPointerClickHandler
{
/// <summary>
/// OnClick event.
/// </summary>
p... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollButton.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollButton.cs",
"repo_id": "jynew",
"token_count": 422
} | 1,473 |
namespace UIWidgets
{
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
/// <summary>
/// ScrollRectPage.
/// </summary>
public class ScrollRectPage : MonoBehaviour, IPointerDownHandler, IPointerUpHandler, IPointerClickHandler, ISubmitHandler
{
/// <summary>
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollRectPage.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollRectPage.cs",
"repo_id": "jynew",
"token_count": 1125
} | 1,474 |
fileFormatVersion: 2
guid: 91fa246dad999f740b33d933e3ff0c3c
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Sidebar/SidebarEnums.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Sidebar/SidebarEnums.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,475 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using UIWidgets.Attributes;
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// Scale widget.
/// </summary>
[RequireComponent(typeof(RectTransform))]
public class Scale : MonoB... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SliderScale/Scale.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SliderScale/Scale.cs",
"repo_id": "jynew",
"token_count": 8323
} | 1,476 |
fileFormatVersion: 2
guid: d80ff16d57d7f1a45a15b68c2f389408
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SnapGrid/SnapGrid.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SnapGrid/SnapGrid.cs.meta",
"repo_id": "jynew",
"token_count": 96
} | 1,477 |
fileFormatVersion: 2
guid: 3c6d55b89def4f643a24781118508529
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SnapGrid/SnapGridBase.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SnapGrid/SnapGridBase.cs.meta",
"repo_id": "jynew",
"token_count": 94
} | 1,478 |
fileFormatVersion: 2
guid: 2f084acb63c0bd4428566d61e5e88d5a
labels:
- Spinner
- Widget
- DomainUpDown
- Uiwidgets
- NumericUpDown
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Spinner/Spinner.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Spinner/Spinner.cs.meta",
"repo_id": "jynew",
"token_count": 102
} | 1,479 |
namespace UIWidgets.Styles
{
using UnityEngine;
/// <summary>
/// Style support for the tabs on left.
/// </summary>
[RequireComponent(typeof(IStylable<StyleTabs>))]
public class StyleSupportTabsLeft : MonoBehaviour, IStylable
{
#region IStylable implementation
/// <inheritdoc/>
public virtual bool SetS... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Containers/StyleSupportTabsLeft.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Containers/StyleSupportTabsLeft.cs",
"repo_id": "jynew",
"token_count": 306
} | 1,480 |
fileFormatVersion: 2
guid: 948fcb72afaae9546bb5dfc518ba756e
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Dialogs/StyleSupportDialog.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Dialogs/StyleSupportDialog.cs.meta",
"repo_id": "jynew",
"token_count": 68
} | 1,481 |
namespace UIWidgets.Styles
{
/// <summary>
/// IStylable interface.
/// </summary>
public interface IStylable
{
/// <summary>
/// Set widget properties from specified style.
/// </summary>
/// <param name="style">Style data.</param>
/// <returns><c>true</c>, if children gameobjects was processed, <c>fal... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/IStylable.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/IStylable.cs",
"repo_id": "jynew",
"token_count": 491
} | 1,482 |
fileFormatVersion: 2
guid: 73e10f5434491cc4bb4c962658239f03
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleColorPicker.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleColorPicker.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,483 |
fileFormatVersion: 2
guid: 34f02e9de0ecd2242a2eddb5e2575439
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleSupportButtonSmall.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Input/StyleSupportButtonSmall.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,484 |
namespace UIWidgets.Styles
{
using System;
using UnityEngine;
/// <summary>
/// Style for the context menu.
/// </summary>
[Serializable]
public class StyleContextMenu : IStyleDefaultValues
{
/// <summary>
/// Style for the main background.
/// </summary>
[SerializeField]
public StyleImage MainBackg... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleContextMenu.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleContextMenu.cs",
"repo_id": "jynew",
"token_count": 468
} | 1,485 |
namespace UIWidgets.Styles
{
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// Style support for the tooltip.
/// </summary>
public class StyleSupportTooltip : MonoBehaviour, IStylable
{
/// <summary>
/// Background.
/// </summary>
[SerializeField]
public Image Background;
/// <summary>
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleSupportTooltip.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleSupportTooltip.cs",
"repo_id": "jynew",
"token_count": 299
} | 1,486 |
fileFormatVersion: 2
guid: ebd4a3ff5d9d0e54f8dc97786b98b5d5
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleScrollbar.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleScrollbar.cs.meta",
"repo_id": "jynew",
"token_count": 76
} | 1,487 |
fileFormatVersion: 2
guid: c52d348e187bcd04c9e7dc283a8e83d4
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleUnityButton.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleUnityButton.cs.meta",
"repo_id": "jynew",
"token_count": 72
} | 1,488 |
fileFormatVersion: 2
guid: 0d5c7e4124c1bf04d8438d232ad0510e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences:
- Cursors: {instanceID: 0}
- AllowDropCursor: {instanceID: 0}
- DeniedDropCursor: {instanceID: 0}
- DefaultCursorTexture: {instanceID: 0}
- handle: {instanceID: 0}
- Ta... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Table/ResizableHeaderDragCell.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Table/ResizableHeaderDragCell.cs.meta",
"repo_id": "jynew",
"token_count": 174
} | 1,489 |
namespace UIWidgets
{
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// Tab component.
/// </summary>
public class TabButtonComponent : TabButtonComponentBase
{
/// <summary>
/// The name.
/// </summary>
[SerializeField]
[HideInInspector]
[System.Obsolete("Replaced with NameAdapter.")]
p... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabButtonComponent.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabButtonComponent.cs",
"repo_id": "jynew",
"token_count": 205
} | 1,490 |
namespace UIWidgets
{
using System;
using UnityEngine.Events;
/// <summary>
/// TabSelectEvent.
/// </summary>
[Serializable]
public class TabSelectEvent : UnityEvent<int>
{
}
} | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabSelectEvent.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabSelectEvent.cs",
"repo_id": "jynew",
"token_count": 70
} | 1,491 |
fileFormatVersion: 2
guid: 014aff6d9c7e5cb458be856f1a35f65e
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Text/TextNull.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Text/TextNull.cs.meta",
"repo_id": "jynew",
"token_count": 73
} | 1,492 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Observers;
/// <summary>
/// Observes value changes of the Time of an TimeBase.
/// </summary>
public class TimeBaseTimeObserver : ComponentDataObserver<UIWidgets.TimeBase, System.TimeSpan>
{
/// <inheritdoc />
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Calendar/TimeBaseTimeObserver.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Calendar/TimeBaseTimeObserver.cs",
"repo_id": "jynew",
"token_count": 305
} | 1,493 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Setters;
using UnityEngine;
/// <summary>
/// Set the UseValueLimits of a CenteredSlider depending on the System.Boolean data value.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] Centered... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderUseValueLimitsSetter.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderUseValueLimitsSetter.cs",
"repo_id": "jynew",
"token_count": 217
} | 1,494 |
fileFormatVersion: 2
guid: 89ddb3d0a1ee7b24b837c588f2228434
folderAsset: yes
timeCreated: 1520699854
licenseType: Store
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Vertical.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Vertical.meta",
"repo_id": "jynew",
"token_count": 84
} | 1,495 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Providers.Getters;
using UnityEngine;
/// <summary>
/// Provides the Value of an CircularSlider.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Getters/[DB] CircularSlider Value Provider")]
public cla... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Int/CircularSliderValueProvider.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Int/CircularSliderValueProvider.cs",
"repo_id": "jynew",
"token_count": 340
} | 1,496 |
fileFormatVersion: 2
guid: d904c52067d8a534397964f8ac94f17c
folderAsset: yes
timeCreated: 1520698098
licenseType: Store
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/DirectoryTreeView.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/DirectoryTreeView.meta",
"repo_id": "jynew",
"token_count": 85
} | 1,497 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Setters;
using UnityEngine;
/// <summary>
/// Set the DataSource of a FileListView depending on the UIWidgets.ObservableList{UIWidgets.FileSystemEntry} data value.
/// </summary>
[AddComponentMenu("Data Bind/New U... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/FileListView/FileListViewDataSourceSetter.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/FileListView/FileListViewDataSourceSetter.cs",
"repo_id": "jynew",
"token_count": 254
} | 1,498 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Providers.Getters;
using UnityEngine;
/// <summary>
/// Provides the SelectedItem of an ListView.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Getters/[DB] ListView SelectedItem Provider")]
public c... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListView/ListViewSelectedItemProvider.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListView/ListViewSelectedItemProvider.cs",
"repo_id": "jynew",
"token_count": 415
} | 1,499 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.