text stringlengths 7 35.3M | id stringlengths 11 185 | metadata dict | __index_level_0__ int64 0 2.14k |
|---|---|---|---|
namespace UIWidgets
{
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// Single connector.
/// </summary>
[ExecuteInEditMode]
[AddComponentMenu("UI/New UI Widgets/Connectors/Single Connector")]
public class SingleConnector : ConnectorBase
{
/// <summary>
/// The... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Connector/SingleConnector.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Connector/SingleConnector.cs",
"repo_id": "jynew",
"token_count": 880
} | 1,362 |
#if UNITY_EDITOR && UIWIDGETS_TMPRO_SUPPORT
namespace UIWidgets
{
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// Converter functions to replace component with another component.
/// </summary>
public partial class ConverterTMPro
{
/// <summary>
/// Text component converter.
/// </summary>
p... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Converter/ConverterText.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Converter/ConverterText.cs",
"repo_id": "jynew",
"token_count": 1548
} | 1,363 |
namespace UIWidgets
{
using System;
using UnityEngine;
/// <summary>
/// Cursors.
/// </summary>
[Serializable]
public class Cursors : ScriptableObject
{
/// <summary>
/// Cursor.
/// </summary>
[Serializable]
public struct Cursor : IEquatable<Cursor>
{
[SerializeField]
Texture2D texture;
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Cursor/Cursors.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Cursor/Cursors.cs",
"repo_id": "jynew",
"token_count": 1723
} | 1,364 |
fileFormatVersion: 2
guid: 07f4a0015e0bb5e4b85334cfdab37cdd
labels:
- DialogActions
- Uiwidgets
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogActions.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogActions.cs.meta",
"repo_id": "jynew",
"token_count": 88
} | 1,365 |
fileFormatVersion: 2
guid: e95605a3e6f62ef43b36cbc806798166
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogInfo.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/DialogInfo.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,366 |
fileFormatVersion: 2
guid: a5c23f133f5e16741a6e99678bef601b
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/PickerListViewCustom.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Dialog/PickerListViewCustom.cs.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,367 |
fileFormatVersion: 2
guid: 94c51edb7494b2d4c80f7357e88b61fb
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/BaseDragSupport.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/BaseDragSupport.cs.meta",
"repo_id": "jynew",
"token_count": 72
} | 1,368 |
fileFormatVersion: 2
guid: f4811c8800dafa446be3e52209fea398
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/LayoutDropIndicator.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Drag-and-Drop/LayoutDropIndicator.cs.meta",
"repo_id": "jynew",
"token_count": 68
} | 1,369 |
namespace UIWidgets
{
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Helper for ObjectSliding.
/// Set allowed positions to current, current + width(ObjectsOnLeft), current - width(ObjectsOnRight)
/// </summary>
[RequireComponent(typeof(ObjectSliding))]
[RequireComponent(typeof(RectTra... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Draggable/ObjectSlidingHorizontalHelper.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Draggable/ObjectSlidingHorizontalHelper.cs",
"repo_id": "jynew",
"token_count": 1246
} | 1,370 |
fileFormatVersion: 2
guid: ad28bc5a674f38c4a941cf47e18ebd19
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutCompactOrGrid.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutCompactOrGrid.cs.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,371 |
fileFormatVersion: 2
guid: 6c714a7a3f5a1d243903563ac8f3e056
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutFlexSettings.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/EasyLayoutFlexSettings.cs.meta",
"repo_id": "jynew",
"token_count": 74
} | 1,372 |
fileFormatVersion: 2
guid: b2c8f26a2284e524baaa0bcdb1964548
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/GroupSize.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/EasyLayout/GroupSize.cs.meta",
"repo_id": "jynew",
"token_count": 94
} | 1,373 |
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 EditorConditionBoolAttribute : Attribute, IEditorCondition
{
readonly string field;
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Editor.Conditions/EditorConditionBoolAttribute.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Editor.Conditions/EditorConditionBoolAttribute.cs",
"repo_id": "jynew",
"token_count": 443
} | 1,374 |
namespace UIWidgets.Attributes
{
using System;
/// <summary>
/// Display nested inspector for the field.
/// </summary>
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public sealed class NestedInspectorAttribute : Attribute
{
}
} | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Editor.Conditions/NestedInspectorAttribute.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Editor.Conditions/NestedInspectorAttribute.cs",
"repo_id": "jynew",
"token_count": 80
} | 1,375 |
fileFormatVersion: 2
guid: 690e023c6fd49984d9cf39fa00681659
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Effects/TsunamiEffectScrollCompensation.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Effects/TsunamiEffectScrollCompensation.cs.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,376 |
fileFormatVersion: 2
guid: 29a55c70a8573ec489a2241acf574580
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/IO/DrivesListView.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/IO/DrivesListView.cs.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,377 |
fileFormatVersion: 2
guid: 17d4ef00c87974945916b7d116edb6bf
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/IO/FileListViewPathComponent.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/IO/FileListViewPathComponent.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,378 |
fileFormatVersion: 2
guid: 67b69faf9b1fbec40b5b82c395fab727
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/LayoutSwitcher.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/LayoutSwitcher.meta",
"repo_id": "jynew",
"token_count": 45
} | 1,379 |
fileFormatVersion: 2
guid: fec4a4e267e0eab4783761362049f1e1
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Events/ListViewBaseEvent.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Events/ListViewBaseEvent.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,380 |
fileFormatVersion: 2
guid: c32e8956cc80c324a957cad9ef02b526
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/IListViewCallbacks.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/IListViewCallbacks.cs.meta",
"repo_id": "jynew",
"token_count": 94
} | 1,381 |
namespace UIWidgets
{
using System;
using System.Collections;
using System.Collections.Generic;
using UIWidgets.Styles;
using UnityEngine.EventSystems;
/// <summary>
/// ListViewBase.
/// You can use it for creating custom ListViews.
/// </summary>
public abstract partial class ListViewBase : UIBehaviour,
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewComponentEnumerator.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewComponentEnumerator.cs",
"repo_id": "jynew",
"token_count": 1746
} | 1,382 |
fileFormatVersion: 2
guid: 5a04c5ef1f53279419481a5dba8b014e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewEnum/ListViewEnum{T}.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewEnum/ListViewEnum{T}.cs.meta",
"repo_id": "jynew",
"token_count": 96
} | 1,383 |
fileFormatVersion: 2
guid: 136d408edfdfcb243912878310127704
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewInt/ListViewIntComponentBase.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewInt/ListViewIntComponentBase.cs.meta",
"repo_id": "jynew",
"token_count": 66
} | 1,384 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// File with data for ListViewString.
/// </summary>
[RequireComponent(typeof(ListViewString))]
public class ListViewStringDataFile : MonoBehaviour
{
[NonSerialized]
ListViewStri... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewString/ListViewStringDataFile.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewString/ListViewStringDataFile.cs",
"repo_id": "jynew",
"token_count": 1306
} | 1,385 |
fileFormatVersion: 2
guid: 50cec81e2bf7f4e4f89cfbf8c0fa30a8
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewType/TileViewStaggered.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/ListViewType/TileViewStaggered.cs.meta",
"repo_id": "jynew",
"token_count": 74
} | 1,386 |
namespace UIWidgets
{
using System;
using System.Collections;
using System.Collections.Generic;
using UIWidgets.Extensions;
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.EventSystems;
/// <summary>
/// ListViewBase.
/// You can use it for creating custom ListViews.
/// </summary>
public abs... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Obsolete/ListViewComponentPoolObsolete.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ListView/Obsolete/ListViewComponentPoolObsolete.cs",
"repo_id": "jynew",
"token_count": 5729
} | 1,387 |
fileFormatVersion: 2
guid: 41c21d611cfc33b48b22289b8fe18db5
labels:
- Notify
- Notification
- Achievement
- Uiwidgets
- Widget
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Notify/Notify.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Notify/Notify.cs.meta",
"repo_id": "jynew",
"token_count": 95
} | 1,388 |
fileFormatVersion: 2
guid: 070c2ad4356394c4091b13ccfd33fbb2
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Progressbar/ProgressbarDeterminateBase.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Progressbar/ProgressbarDeterminateBase.cs.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,389 |
fileFormatVersion: 2
guid: 2f29e0da95b8a4c43a771bd1b73f1e7f
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Resizable/Event/ResizableDeltaEvent.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Resizable/Event/ResizableDeltaEvent.cs.meta",
"repo_id": "jynew",
"token_count": 75
} | 1,390 |
namespace UIWidgets
{
using System;
using UnityEngine.Events;
/// <summary>
/// Rotatable event.
/// </summary>
[Serializable]
public class RotatableEvent : UnityEvent<Rotatable>
{
}
} | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Rotatable/RotatableEvent.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Rotatable/RotatableEvent.cs",
"repo_id": "jynew",
"token_count": 71
} | 1,391 |
fileFormatVersion: 2
guid: adb7094a6aee827469020868553429aa
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/Enums.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/Enums.meta",
"repo_id": "jynew",
"token_count": 67
} | 1,392 |
namespace UIWidgets
{
using System;
using UnityEngine;
/// <summary>
/// ListView's paginator. Also works with TileView's.
/// </summary>
public class ListViewPaginator : ScrollRectPaginator
{
/// <summary>
/// ListView.
/// </summary>
[SerializeField]
protected ListViewBase ListView;
/// <summary... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ListViewPaginator.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ListViewPaginator.cs",
"repo_id": "jynew",
"token_count": 2108
} | 1,393 |
namespace UIWidgets
{
using UnityEngine;
/// <summary>
/// ScrollRectHeader.
/// </summary>
public class ScrollRectHeader : ScrollRectBlock
{
/// <inheritdoc/>
protected override float RevealPosition(float rate)
{
if (IsHorizontal)
{
return Mathf.Lerp(-MaxSize.x, 0, rate);
}
else
{
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollRectHeader.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ScrollRectUtilities/ScrollRectHeader.cs",
"repo_id": "jynew",
"token_count": 659
} | 1,394 |
namespace UIWidgets
{
using UnityEngine;
/// <summary>
/// RangeSliderFloat scale.
/// </summary>
[RequireComponent(typeof(RangeSliderFloat))]
public class RangeSliderScaleFloat : RangeSliderScaleBase<float>
{
/// <inheritdoc/>
public override void UpdateScale()
{
if (Slider.Type == RangeSliderType.Dis... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SliderScale/RangeSliderScaleFloat.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/SliderScale/RangeSliderScaleFloat.cs",
"repo_id": "jynew",
"token_count": 219
} | 1,395 |
namespace UIWidgets.Styles
{
using System;
using UnityEngine;
using UnityEngine.Serialization;
using UnityEngine.UI;
/// <summary>
/// Style for the accordion.
/// </summary>
[Serializable]
public class StyleAccordion : IStyleDefaultValues
{
/// <summary>
/// Style for the inactive toggle background.
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Containers/StyleAccordion.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Containers/StyleAccordion.cs",
"repo_id": "jynew",
"token_count": 1253
} | 1,396 |
namespace UIWidgets.Styles
{
using System;
using UnityEngine;
/// <summary>
/// Fast style for scrollbar.
/// </summary>
[Serializable]
public class StyleFastScrollbar : IStyleDefaultValues
{
/// <summary>
/// Background.
/// </summary>
[SerializeField]
public StyleImage Background;
/// <summary>... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Fast/StyleFastScrollbar.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Fast/StyleFastScrollbar.cs",
"repo_id": "jynew",
"token_count": 205
} | 1,397 |
namespace UIWidgets.Styles
{
using System;
using UnityEngine;
/// <summary>
/// Style for the canvas.
/// </summary>
[Serializable]
public class StyleCanvas : IStyleDefaultValues
{
/// <summary>
/// Style for the default background.
/// </summary>
[SerializeField]
public StyleImage Background;
#if ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleCanvas.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleCanvas.cs",
"repo_id": "jynew",
"token_count": 360
} | 1,398 |
namespace UIWidgets.Styles
{
using System;
using UnityEngine;
/// <summary>
/// Style will not be applied for children gameobjects.
/// </summary>
[Serializable]
public class StyleSupportStop : MonoBehaviour, IStylable
{
#region IStylable implementation
/// <inheritdoc/>
public virtual bool SetStyle(St... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleSupportStop.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Misc/StyleSupportStop.cs",
"repo_id": "jynew",
"token_count": 170
} | 1,399 |
fileFormatVersion: 2
guid: e6217f1bad748344abbdba07d8ec2628
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleRawImage.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleRawImage.cs.meta",
"repo_id": "jynew",
"token_count": 68
} | 1,400 |
fileFormatVersion: 2
guid: d6b7f8e891be8ad448149d67ab377049
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleToggle.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Style/Unity/StyleToggle.cs.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,401 |
fileFormatVersion: 2
guid: c22e52ec0d93506468af7d9702945a8d
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Table/ResizableHeaderCellInfo.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Table/ResizableHeaderCellInfo.cs.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,402 |
namespace UIWidgets
{
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
using UnityEngine.UI;
/// <summary>
/// Tab button.
/// </summary>
public abstract class TabButtonBase : Button
{
/// <summary>
/// Select event.
/// </summary>
[SerializeField]
public UnityEvent OnSe... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabButtonBase.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabButtonBase.cs",
"repo_id": "jynew",
"token_count": 205
} | 1,403 |
namespace UIWidgets
{
using System;
using UnityEngine;
/// <summary>
/// TabIcons.
/// </summary>
[Serializable]
public class TabIcons : Tab
{
/// <summary>
/// Default icon.
/// </summary>
public Sprite IconDefault;
/// <summary>
/// Active icon.
/// </summary>
public Sprite IconActive;
}
} | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabIcons.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabIcons.cs",
"repo_id": "jynew",
"token_count": 122
} | 1,404 |
fileFormatVersion: 2
guid: 52e6b3c9e0434ff43bb4f3722a0b0a57
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Text/TextAdapter.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Text/TextAdapter.cs.meta",
"repo_id": "jynew",
"token_count": 74
} | 1,405 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Synchronizers;
using UnityEngine;
/// <summary>
/// Synchronizer for the Date of a Calendar.
/// </summary>
public class CalendarDateSynchronizer : ComponentDataSynchronizer<UIWidgets.DateBase, System.DateTime>
{... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Calendar/CalendarDateSynchronizer.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Calendar/CalendarDateSynchronizer.cs",
"repo_id": "jynew",
"token_count": 414
} | 1,406 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Setters;
using UnityEngine;
/// <summary>
/// Set the Step of a CenteredSlider depending on the System.Int32 data value.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] CenteredSlider Step ... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderStepSetter.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderStepSetter.cs",
"repo_id": "jynew",
"token_count": 205
} | 1,407 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Setters;
using UnityEngine;
/// <summary>
/// Set the WholeNumberOfSteps of a CenteredSlider depending on the System.Boolean data value.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] Cent... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderWholeNumberOfStepsSetter.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderWholeNumberOfStepsSetter.cs",
"repo_id": "jynew",
"token_count": 223
} | 1,408 |
fileFormatVersion: 2
guid: 9cdc2287eaaedae4dae920fc3cb871cf
timeCreated: 1520699791
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/CenteredSlider/Vertical/CenteredSliderVerticalValueObserver.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Vertical/CenteredSliderVerticalValueObserver.cs.meta",
"repo_id": "jynew",
"token_count": 108
} | 1,409 |
fileFormatVersion: 2
guid: 268c3f41cad41004ab74efae81a201b1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Float/CircularSliderFloatStepSetter.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Float/CircularSliderFloatStepSetter.cs.meta",
"repo_id": "jynew",
"token_count": 94
} | 1,410 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Observers;
/// <summary>
/// Observes value changes of the Value of an CircularSlider.
/// </summary>
public class CircularSliderValueObserver : ComponentDataObserver<UIWidgets.CircularSlider, System.Int32>
{
//... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Int/CircularSliderValueObserver.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Int/CircularSliderValueObserver.cs",
"repo_id": "jynew",
"token_count": 309
} | 1,411 |
fileFormatVersion: 2
guid: c5a467f79cd1ddf4e8a80faf1bdfc1d2
timeCreated: 1520697699
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/IO/DirectoryTreeView/DirectoryTreeViewSelectedNodesSynchronizer.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/DirectoryTreeView/DirectoryTreeViewSelectedNodesSynchronizer.cs.meta",
"repo_id": "jynew",
"token_count": 113
} | 1,412 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Observers;
/// <summary>
/// Observes value changes of the SelectedItem of an ListView.
/// </summary>
public class ListViewSelectedItemObserver : ComponentDataObserver<UIWidgets.ListView, string>
{
/// <inherit... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListView/ListViewSelectedItemObserver.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListView/ListViewSelectedItemObserver.cs",
"repo_id": "jynew",
"token_count": 385
} | 1,413 |
fileFormatVersion: 2
guid: e89f72c7d8f66314fb9e74a830df8f0c
timeCreated: 1520697950
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/ListViewHeightSelectedItemsObserver.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewHeight/ListViewHeightSelectedItemsObserver.cs.meta",
"repo_id": "jynew",
"token_count": 111
} | 1,414 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Setters;
using UnityEngine;
/// <summary>
/// Set the LimitMax 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/RangeSliderFloatLimitMaxSetter.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatLimitMaxSetter.cs",
"repo_id": "jynew",
"token_count": 208
} | 1,415 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Providers.Getters;
using UnityEngine;
/// <summary>
/// Provides the ValueMin of an RangeSliderFloat.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Getters/[DB] RangeSliderFloat ValueMin Provider")]
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatValueMinProvider.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatValueMinProvider.cs",
"repo_id": "jynew",
"token_count": 350
} | 1,416 |
fileFormatVersion: 2
guid: d0b3b60fcd00d1d43b2e65af36df70fc
timeCreated: 1520700064
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/Spinner/Float/SpinnerFloatMaxSetter.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Float/SpinnerFloatMaxSetter.cs.meta",
"repo_id": "jynew",
"token_count": 110
} | 1,417 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Setters;
using UnityEngine;
/// <summary>
/// Set the Min of a Spinner depending on the System.Int32 data value.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] Spinner Min Setter")]
publi... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Int/SpinnerMinSetter.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Int/SpinnerMinSetter.cs",
"repo_id": "jynew",
"token_count": 195
} | 1,418 |
fileFormatVersion: 2
guid: 58af49fa05af20741b32b539ea11f9d1
timeCreated: 1474299405
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Autocomplete/AutocompleteCustomTMPro.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Autocomplete/AutocompleteCustomTMPro.cs.meta",
"repo_id": "jynew",
"token_count": 100
} | 1,419 |
fileFormatVersion: 2
guid: e4b8e03c7700b3a439631ff3d025898b
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/ColorPicker.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/ColorPicker.meta",
"repo_id": "jynew",
"token_count": 48
} | 1,420 |
#if UIWIDGETS_TMPRO_SUPPORT
namespace UIWidgets.TMProSupport
{
using TMPro;
using UIWidgets;
using UnityEngine;
/// <summary>
/// DirectoryTreeView component TMPro.
/// </summary>
public class DirectoryTreeViewComponentTMPro : DirectoryTreeViewComponent
{
/// <summary>
/// Text.
/// </summary>
[Seriali... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/IO/DirectoryTreeViewComponentTMPro.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/IO/DirectoryTreeViewComponentTMPro.cs",
"repo_id": "jynew",
"token_count": 251
} | 1,421 |
fileFormatVersion: 2
guid: 82a062e05c375724d92532e1236e5125
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/ListView/ListViewInt.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/ListView/ListViewInt.meta",
"repo_id": "jynew",
"token_count": 45
} | 1,422 |
fileFormatVersion: 2
guid: 3762e27f15554ba4aaf2900af3f4b1dd
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Style.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Style.meta",
"repo_id": "jynew",
"token_count": 46
} | 1,423 |
#if UIWIDGETS_TMPRO_SUPPORT && (UNITY_5_2 || UNITY_5_3 || UNITY_5_3_OR_NEWER)
namespace UIWidgets.TMProSupport
{
using TMPro;
/// <summary>
/// InputFieldTMProProxy.
/// </summary>
[System.Obsolete("Class moved to UIWidgets namespace.")]
public class InputFieldTMProProxy : UIWidgets.InputFieldTMProProxy
{
///... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Utilities/InputFieldTMProProxy.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Utilities/InputFieldTMProProxy.cs",
"repo_id": "jynew",
"token_count": 216
} | 1,424 |
namespace UIWidgets
{
using System;
using System.Collections;
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
/// <summary>
/// Tooltip.
/// </summary>
[AddComponentMenu("UI/New UI Widgets/Tooltip")]
[RequireComponent(typeof(RectTransform))]
[DisallowMu... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/Tooltip.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/Tooltip.cs",
"repo_id": "jynew",
"token_count": 2849
} | 1,425 |
namespace UIWidgets
{
using System.Collections.Generic;
using System.ComponentModel;
using UnityEngine;
using UnityEngine.Events;
/// <summary>
/// Tooltip.
/// </summary>
/// <typeparam name="TData">Data type.</typeparam>
/// <typeparam name="TTooltip">Tooltip type.</typeparam>
public abstract class Tooltip... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/Tooltip{TData,TTooltip}.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/Tooltip{TData,TTooltip}.cs",
"repo_id": "jynew",
"token_count": 4495
} | 1,426 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using UnityEngine;
/// <summary>
/// Track.
/// </summary>
/// <typeparam name="TData">Data type.</typeparam>
/// <typeparam name="TPoint">Point type.</typeparam>
[Serial... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/Track.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/Track.cs",
"repo_id": "jynew",
"token_count": 6529
} | 1,427 |
namespace UIWidgets
{
using System;
using UnityEngine;
using UnityEngine.EventSystems;
/// <summary>
/// Base class for TrackView.
/// </summary>
/// <typeparam name="TData">Data type.</typeparam>
/// <typeparam name="TPoint">Point type.</typeparam>
public abstract class TrackViewBase<TData, TPoint> : MonoBe... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/TrackViewBase.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/TrackViewBase.cs",
"repo_id": "jynew",
"token_count": 1489
} | 1,428 |
fileFormatVersion: 2
guid: 5e669d52dbe9df247b63416e7872afeb
labels:
- TreeView
- Uiwidgets
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeView.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeView.cs.meta",
"repo_id": "jynew",
"token_count": 84
} | 1,429 |
namespace UIWidgets
{
/// <summary>
/// Interface for the updatable targets.
/// Replace Unity Update() with custom one without reflection.
/// </summary>
public interface ILateUpdatable
{
/// <summary>
/// Run LateUpdate.
/// </summary>
void RunLateUpdate();
}
} | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Updater/ILateUpdatable.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Updater/ILateUpdatable.cs",
"repo_id": "jynew",
"token_count": 93
} | 1,430 |
namespace UIWidgets
{
using System;
using UnityEngine.Events;
using UnityEngine.EventSystems;
/// <summary>
/// SelectEvent.
/// </summary>
[Serializable]
public class SelectEvent : UnityEvent<BaseEventData>
{
}
} | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/Events/SelectEvent.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/Events/SelectEvent.cs",
"repo_id": "jynew",
"token_count": 80
} | 1,431 |
namespace UIWidgets
{
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
using UnityEngine.UI;
/// <summary>
/// Modal helper for UI widgets.
/// <example>modalID = ModalHelper.Open(this, modalSprite, modalColor);
/// //...
/// ModalHelper.Close(mo... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/ModalHelper.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/ModalHelper.cs",
"repo_id": "jynew",
"token_count": 1954
} | 1,432 |
namespace UIWidgets
{
using UnityEngine;
/// <summary>
/// Align utilities.
/// </summary>
public static class UtilitiesAlign
{
/// <summary>
/// Align by the left side.
/// </summary>
/// <param name="rectTransform">RectTransform.</param>
public static void Left(RectTransform rectTransform)
{
re... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/UtilitiesAlign.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/UtilitiesAlign.cs",
"repo_id": "jynew",
"token_count": 710
} | 1,433 |
namespace UIWidgets
{
using System.Collections.Generic;
using UIWidgets.Extensions;
using UnityEngine;
/// <summary>
/// Suspends the coroutine execution for the given amount of seconds.
/// </summary>
public class WaitForSecondsCustom : CustomYieldInstruction
{
static List<WaitForSecondsCustom> Cache = new... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/WaitForSecondsCustom.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/WaitForSecondsCustom.cs",
"repo_id": "jynew",
"token_count": 949
} | 1,434 |
namespace UIWidgets.WidgetGeneration
{
using System.Collections.Generic;
using UIWidgets;
using UIWidgets.Styles;
using UnityEngine;
/// <summary>
/// Base class for the test script for the DataItem.
/// </summary>
/// <typeparam name="T">Type of the test item.</typeparam>
public abstract class TestBase<T> :... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/TestBase.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/TestBase.cs",
"repo_id": "jynew",
"token_count": 1652
} | 1,435 |
fileFormatVersion: 2
guid: 2f245e4ec22b9244ca42a5a9cb89e65e
ShaderImporter:
defaultTextures: []
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIGradientShaderHLineHSV.shader.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIGradientShaderHLineHSV.shader.meta",
"repo_id": "jynew",
"token_count": 49
} | 1,436 |
fileFormatVersion: 2
guid: 6536b9e20fbec774693056dda62e7a27
timeCreated: 1603322347
licenseType: Store
ShaderImporter:
externalObjects: {}
defaultTextures: []
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIRipple.shader.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIRipple.shader.meta",
"repo_id": "jynew",
"token_count": 84
} | 1,437 |
fileFormatVersion: 2
guid: c567490070f834d4381db99f5583a139
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/Rewired/Data.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Data.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,438 |
fileFormatVersion: 2
guid: 76546005e98a6c346acdbeb34e7940d2
labels:
- Input
- Joysticks
- Controllers
- Rewired
- Hotplugging
- Keyboard
- Mouse
- Touch
- InputManager
- Control
- Gamepad
- Controller
- Joystick
- Xbox360
- XInput
- DirectInput
TextScriptImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Documentation/ReadMe.txt.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Documentation/ReadMe.txt.meta",
"repo_id": "jynew",
"token_count": 105
} | 1,439 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &161136
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 4
m_Component:
- 4: {fileID: 461136}
- 114: {fileID: 11461132}
- 114: {fileID: 11461136}
m_Layer: 0
m_Name: RewiredEve... | jynew/jyx2/Assets/Plugins/Rewired/Integration/UnityUI/RewiredEventSystem.prefab/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Integration/UnityUI/RewiredEventSystem.prefab",
"repo_id": "jynew",
"token_count": 944
} | 1,440 |
fileFormatVersion: 2
guid: 7eb48c9b15cbbe448a9268e41cb5a4fd
timeCreated: 1489384117
licenseType: Store
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Assets/Extras/TouchControls.zip.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Assets/Extras/TouchControls.zip.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,441 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 323110133, guid: 09c9b883b79ef864a99683bb36c5776d, type: 3}
m_N... | jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/3DconnexionSpaceMouseModule.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/3DconnexionSpaceMouseModule.asset",
"repo_id": "jynew",
"token_count": 12042
} | 1,442 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 323110133, guid: 09c9b883b79ef864a99683bb36c5776d, type: 3}
m_N... | jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/CHThrottleQuadrant.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/CHThrottleQuadrant.asset",
"repo_id": "jynew",
"token_count": 57772
} | 1,443 |
fileFormatVersion: 2
guid: 8f2e152662e7af44bbde84db680e68a8
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/GameSirG4.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/GameSirG4.asset.meta",
"repo_id": "jynew",
"token_count": 42
} | 1,444 |
fileFormatVersion: 2
guid: b7555beb916fdb240946a8c456314f1c
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MayflashWiiUProAdapter.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MayflashWiiUProAdapter.asset.meta",
"repo_id": "jynew",
"token_count": 42
} | 1,445 |
fileFormatVersion: 2
guid: f8d6a9fae36bf8049bfe2a826adf5c13
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MogaHeroPower.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MogaHeroPower.asset.meta",
"repo_id": "jynew",
"token_count": 45
} | 1,446 |
fileFormatVersion: 2
guid: 850ae8baf1914314eb043f9bf01c1872
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/OpenVRControllerLeft_Unity.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/OpenVRControllerLeft_Unity.asset.meta",
"repo_id": "jynew",
"token_count": 39
} | 1,447 |
fileFormatVersion: 2
guid: 7bd31b74388e3cd4c982edd4c543be55
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekProFlightRudderPedals.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekProFlightRudderPedals.asset.meta",
"repo_id": "jynew",
"token_count": 42
} | 1,448 |
fileFormatVersion: 2
guid: 4454cb89c8ca0994493486094e90e9f1
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/StadiaController.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/StadiaController.asset.meta",
"repo_id": "jynew",
"token_count": 41
} | 1,449 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1351212051, guid: 09c9b883b79ef864a99683bb36c5776d, type: 3}
m_... | jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/Templates/DualAnalogGamepad.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/Templates/DualAnalogGamepad.asset",
"repo_id": "jynew",
"token_count": 74925
} | 1,450 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 323110133, guid: 09c9b883b79ef864a99683bb36c5776d, type: 3}
m_N... | jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/ThrustMasterTFlightStickX.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/ThrustMasterTFlightStickX.asset",
"repo_id": "jynew",
"token_count": 31938
} | 1,451 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 323110133, guid: 09c9b883b79ef864a99683bb36c5776d, type: 3}
m_N... | jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/ThrustmasterTFlightRudderPedals.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/ThrustmasterTFlightRudderPedals.asset",
"repo_id": "jynew",
"token_count": 9034
} | 1,452 |
fileFormatVersion: 2
guid: 0a3b17054e2d93b48a80750e056a3afc
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/CustomCalculations/MaxAbsValue.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/CustomCalculations/MaxAbsValue.asset.meta",
"repo_id": "jynew",
"token_count": 45
} | 1,453 |
fileFormatVersion: 2
guid: 6411eda47d44722498e963d2410bcc8f
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
: Any
second:
... | jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Native/WindowsStandalone/x86/Rewired_DirectInput.dll.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Native/WindowsStandalone/x86/Rewired_DirectInput.dll.meta",
"repo_id": "jynew",
"token_count": 1284
} | 1,454 |
fileFormatVersion: 2
guid: b8fd39a7484741641938c8eb58d44f24
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
isPreloaded: 0
isOverridable: 0
platformData:
- first:
'': Any
second:
enabled: 0
settings:
Exclude Android: 1
Exclude... | jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Rewired_Windows.dll.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Rewired_Windows.dll.meta",
"repo_id": "jynew",
"token_count": 1191
} | 1,455 |
// Copyright (c) 2014 Augie R. Maddox, Guavaman Enterprises. All rights reserved.
#pragma warning disable 0219
#pragma warning disable 0618
#pragma warning disable 0649
namespace Rewired.Editor {
using UnityEngine;
using UnityEditor;
using Rewired;
using Rewired.Data.Mapping;
[System.ComponentMo... | jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Editor/CustomInspectors/HardwareJoystickTemplateMapInspector.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Editor/CustomInspectors/HardwareJoystickTemplateMapInspector.cs",
"repo_id": "jynew",
"token_count": 261
} | 1,456 |
fileFormatVersion: 2
guid: 6fd4c8933fe4b6745981faf0f6316b33
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Misc.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Misc.meta",
"repo_id": "jynew",
"token_count": 47
} | 1,457 |
fileFormatVersion: 2
guid: cc8a0bfa8ed2df14494a3921f43f3251
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/OdinModuleConfig.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/OdinModuleConfig.asset.meta",
"repo_id": "jynew",
"token_count": 76
} | 1,458 |
//-----------------------------------------------------------------------
// <copyright file="EnsureOdinInspectorDefine.cs" company="Sirenix IVS">
// Copyright (c) Sirenix IVS. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
#if UNITY_EDITOR
namespace Si... | jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/EnsureOdinInspectorDefine.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/EnsureOdinInspectorDefine.cs",
"repo_id": "jynew",
"token_count": 2135
} | 1,459 |
//-----------------------------------------------------------------------
// <copyright file="SerializedNetworkBehaviour.cs" company="Sirenix IVS">
// Copyright (c) Sirenix IVS. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
#if !UNITY_2019_1_OR_NEWER
#p... | jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/SerializedNetworkBehaviour.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/SerializedNetworkBehaviour.cs",
"repo_id": "jynew",
"token_count": 803
} | 1,460 |
fileFormatVersion: 2
guid: 9cbba7370ee4ef843b648c6b9927f1f9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets/KeyBoard.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets/KeyBoard.asset.meta",
"repo_id": "jynew",
"token_count": 77
} | 1,461 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.