text stringlengths 7 35.3M | id stringlengths 11 185 | metadata dict | __index_level_0__ int64 0 2.14k |
|---|---|---|---|
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Works like ToogleGroup for Switches.
/// A Switch Group is not a visible UI control but rather a way to modify the behavior of a set of Switches.
/// Switches that belong to the same group are constrained... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Switch/SwitchGroup.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Switch/SwitchGroup.cs",
"repo_id": "jynew",
"token_count": 1142
} | 1,441 |
fileFormatVersion: 2
guid: 86fd49487049de645a98b9c171b6bd33
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Table/TableHeaderCellInfo.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Table/TableHeaderCellInfo.cs.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,442 |
namespace UIWidgets
{
using UIWidgets.l10n;
using UnityEngine;
/// <summary>
/// TabIconActiveButton.
/// </summary>
public class TabIconActiveButton : TabIconButton
{
/// <summary>
/// Sets the data.
/// </summary>
/// <param name="tab">Tab.</param>
public override void SetData(TabIcons tab)
{
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabIconActiveButton.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabIconActiveButton.cs",
"repo_id": "jynew",
"token_count": 242
} | 1,443 |
namespace UIWidgets
{
using UnityEngine;
/// <summary>
/// TabsIcons.
/// </summary>
public class TabsIcons : TabsCustom<TabIcons, TabIconButtonBase>
{
}
} | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabsIcons.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tabs/TabsIcons.cs",
"repo_id": "jynew",
"token_count": 67
} | 1,444 |
fileFormatVersion: 2
guid: 8c23c22a14c225149bd9bf7d5b69ae29
labels:
- UiwidgetsDataBindFolder
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport.meta",
"repo_id": "jynew",
"token_count": 59
} | 1,445 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Synchronizers;
using UnityEngine;
/// <summary>
/// Synchronizer for the Time of a TimeBase.
/// </summary>
public class TimeBaseTimeSynchronizer : ComponentDataSynchronizer<UIWidgets.TimeBase, System.TimeSpan>
{... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Calendar/TimeBaseTimeSynchronizer.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Calendar/TimeBaseTimeSynchronizer.cs",
"repo_id": "jynew",
"token_count": 419
} | 1,446 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Observers;
/// <summary>
/// Observes value changes of the Value of an CenteredSlider.
/// </summary>
public class CenteredSliderValueObserver : ComponentDataObserver<UIWidgets.CenteredSlider, int>
{
/// <inheri... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderValueObserver.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Horizontal/CenteredSliderValueObserver.cs",
"repo_id": "jynew",
"token_count": 311
} | 1,447 |
fileFormatVersion: 2
guid: bc5f7d4040e6cd8478c003de832123ff
timeCreated: 1520699794
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/CenteredSliderVerticalStepSetter.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Vertical/CenteredSliderVerticalStepSetter.cs.meta",
"repo_id": "jynew",
"token_count": 107
} | 1,448 |
fileFormatVersion: 2
guid: 2d9f6bd060884534bb583ecbd50ef924
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/CenteredSliderVerticalWholeNumberOfStepsSetter.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CenteredSlider/Vertical/CenteredSliderVerticalWholeNumberOfStepsSetter.cs.meta",
"repo_id": "jynew",
"token_count": 107
} | 1,449 |
fileFormatVersion: 2
guid: bd3e10a24dc157c4ab0a4c94c23b1420
folderAsset: yes
timeCreated: 1520699903
licenseType: Store
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ColorPicker.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ColorPicker.meta",
"repo_id": "jynew",
"token_count": 85
} | 1,450 |
fileFormatVersion: 2
guid: 2d9438972d5806e4088ecbca205309f8
timeCreated: 1520697698
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/DirectoryTreeViewSelectedNodeProvider.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/DirectoryTreeView/DirectoryTreeViewSelectedNodeProvider.cs.meta",
"repo_id": "jynew",
"token_count": 106
} | 1,451 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Observers;
/// <summary>
/// Observes value changes of the SelectedItems of an FileListView.
/// </summary>
public class FileListViewSelectedItemsObserver : ComponentDataObserver<UIWidgets.FileListView, System.Coll... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/FileListView/FileListViewSelectedItemsObserver.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/IO/FileListView/FileListViewSelectedItemsObserver.cs",
"repo_id": "jynew",
"token_count": 422
} | 1,452 |
fileFormatVersion: 2
guid: ddcd03d2ba0f59a4e8f44a6123d1212f
folderAsset: yes
timeCreated: 1520698025
licenseType: Store
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewHeight.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewHeight.meta",
"repo_id": "jynew",
"token_count": 86
} | 1,453 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Providers.Getters;
using UnityEngine;
/// <summary>
/// Provides the SelectedItem of an ListViewIcons.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Getters/[DB] ListViewIcons SelectedItem Provider")]... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewIcons/ListViewIconsSelectedItemProvider.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewIcons/ListViewIconsSelectedItemProvider.cs",
"repo_id": "jynew",
"token_count": 453
} | 1,454 |
fileFormatVersion: 2
guid: a726295e3229c10429c123cb8ef4b9f6
timeCreated: 1520697977
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/ListViewInt/ListViewIntSelectedItemsProvider.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewInt/ListViewIntSelectedItemsProvider.cs.meta",
"repo_id": "jynew",
"token_count": 109
} | 1,455 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Providers.Getters;
using UnityEngine;
/// <summary>
/// Provides the ValueMax of an RangeSliderFloat.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Getters/[DB] RangeSliderFloat ValueMax Provider")]
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatValueMaxProvider.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatValueMaxProvider.cs",
"repo_id": "jynew",
"token_count": 350
} | 1,456 |
fileFormatVersion: 2
guid: 92afeca3980591349b690a2bfc0711e4
timeCreated: 1520699956
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/RangeSlider/Int/RangeSliderLimitMaxSetter.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Int/RangeSliderLimitMaxSetter.cs.meta",
"repo_id": "jynew",
"token_count": 106
} | 1,457 |
#if UIWIDGETS_DATABIND_SUPPORT
namespace UIWidgets.DataBind
{
using Slash.Unity.DataBind.Foundation.Setters;
using UnityEngine;
/// <summary>
/// Set the Value of a Spinner depending on the System.Int32 data value.
/// </summary>
[AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] Spinner Value Setter")]
p... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Int/SpinnerValueSetter.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Int/SpinnerValueSetter.cs",
"repo_id": "jynew",
"token_count": 195
} | 1,458 |
fileFormatVersion: 2
guid: b678fe5186926a44fa6fccde08dafcd2
folderAsset: yes
timeCreated: 1520698166
licenseType: Store
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/TreeView.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/TreeView.meta",
"repo_id": "jynew",
"token_count": 81
} | 1,459 |
fileFormatVersion: 2
guid: 3bcbe5da50ac7f24db9b4db908dcc110
labels:
- UiwidgetsDataBindRecompilationStatus
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/recompilation.status.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/recompilation.status.meta",
"repo_id": "jynew",
"token_count": 57
} | 1,460 |
#if UIWIDGETS_TMPRO_SUPPORT
namespace UIWidgets.TMProSupport
{
using System;
using TMPro;
using UnityEngine;
/// <summary>
/// CalendarDayOfWeek TMPro.
/// Display day of week.
/// </summary>
public class CalendarDayOfWeekTMPro : CalendarDayOfWeekBase, IUpgradeable
{
/// <summary>
/// Text component to di... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Calendar/CalendarDayOfWeekTMPro.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Calendar/CalendarDayOfWeekTMPro.cs",
"repo_id": "jynew",
"token_count": 311
} | 1,461 |
fileFormatVersion: 2
guid: 833a5613958c2f643b2cbe5878835f6b
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Dialog.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Dialog.meta",
"repo_id": "jynew",
"token_count": 46
} | 1,462 |
#if UIWIDGETS_TMPRO_SUPPORT
namespace UIWidgets.TMProSupport
{
using TMPro;
using UnityEngine;
/// <summary>
/// FileListViewPath component TMPro.
/// </summary>
public class FileListViewPathComponentTMPro : FileListViewPathComponentBase, IUpgradeable
{
/// <summary>
/// Name.
/// </summary>
[SerializeF... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/IO/FileListViewPathComponentTMPro.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/IO/FileListViewPathComponentTMPro.cs",
"repo_id": "jynew",
"token_count": 303
} | 1,463 |
fileFormatVersion: 2
guid: f0eef47c5f14ff84994111878bdc4cc1
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Progressbar.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Progressbar.meta",
"repo_id": "jynew",
"token_count": 46
} | 1,464 |
#if UIWIDGETS_TMPRO_SUPPORT
namespace UIWidgets.TMProSupport
{
using TMPro;
using UIWidgets;
using UnityEngine;
/// <summary>
/// TabIconButtonTMPro.
/// </summary>
public class TabIconButtonTMPro : TabIconButtonBase, IUpgradeable
{
/// <summary>
/// The name.
/// </summary>
[SerializeField]
[HideInI... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Tabs/TabIconButtonTMPro.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Tabs/TabIconButtonTMPro.cs",
"repo_id": "jynew",
"token_count": 306
} | 1,465 |
fileFormatVersion: 2
guid: 863c77f8e63c4b54abdfc1a435354f4c
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TileView/TileView.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TileView/TileView.cs.meta",
"repo_id": "jynew",
"token_count": 73
} | 1,466 |
namespace UIWidgets
{
using System;
using UnityEngine;
/// <summary>
/// Tooltip settings.
/// </summary>
[Serializable]
public struct TooltipSettings
{
/// <summary>
/// Position.
/// </summary>
[SerializeField]
public TooltipPosition Position;
/// <summary>
/// Time before tooltip displayed.
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/TooltipSettings.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/TooltipSettings.cs",
"repo_id": "jynew",
"token_count": 400
} | 1,467 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
/// <summary>
/// Layout with items at any line.
/// </summary>
/// <typeparam name="TData">Type of the data.</typeparam>
/// <typeparam name="TPoint">Type of the points.</typeparam>
public class TrackLayoutAnyLine<TData, TPoint> : TrackLay... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/Layouts/TrackLayoutAnyLine.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/Layouts/TrackLayoutAnyLine.cs",
"repo_id": "jynew",
"token_count": 723
} | 1,468 |
namespace UIWidgets
{
using System;
using UnityEngine;
/// <summary>
/// Base class for the data form.
/// </summary>
/// <typeparam name="TData">Data type.</typeparam>
/// <typeparam name="TPoint">Point type.</typeparam>
public abstract class TrackDataFormBase<TData, TPoint> : MonoBehaviour
where TData : I... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/TrackDataFormBase.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/TrackDataFormBase.cs",
"repo_id": "jynew",
"token_count": 557
} | 1,469 |
fileFormatVersion: 2
guid: 4e233b49d6673fd4facb5dc80c3f768d
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeGraph.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeGraph.meta",
"repo_id": "jynew",
"token_count": 46
} | 1,470 |
fileFormatVersion: 2
guid: 07dedccf82831fd4e8d271dd047c9975
labels:
- ListNode
- Uiwidgets
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/ListNode.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/ListNode.cs.meta",
"repo_id": "jynew",
"token_count": 83
} | 1,471 |
fileFormatVersion: 2
guid: 7f0690a0ff238384eb95e50a48835ee0
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeViewDataSource.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeViewDataSource.cs.meta",
"repo_id": "jynew",
"token_count": 69
} | 1,472 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Updater proxy.
/// Replace Unity Update() with custom one without reflection.
/// </summary>
public class UpdaterProxy : MonoBehaviour, IUpdaterProxy
{
/// <summary>
/// Targets to run on update.
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Updater/UpdaterProxy.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Updater/UpdaterProxy.cs",
"repo_id": "jynew",
"token_count": 4057
} | 1,473 |
fileFormatVersion: 2
guid: 7a159f8690c06744dbffbb2d71a2744a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/CustomButtonWithThreeModifiers.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/CustomButtonWithThreeModifiers.cs.meta",
"repo_id": "jynew",
"token_count": 95
} | 1,474 |
// <auto-generated/>
// Auto-generated added to suppress names errors.
namespace UIWidgets
{
using UnityEngine.EventSystems;
using UnityEngine.UI;
/// <summary>
/// Image Advanced. You can add callback on PointerEnter/Exit/Down/Up.
/// </summary>
public class ImageAdvanced : Image,
IPointerDownHandler, IPoin... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/ImageAdvanced.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/ImageAdvanced.cs",
"repo_id": "jynew",
"token_count": 655
} | 1,475 |
namespace UIWidgets
{
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
/// <summary>
/// SelectableHelper.
/// Allow to control additional Graphic component according selection state of current gameobject.
/// </summary>
[RequireComponent(typeof(Selectable))]
[AddComponentMenu("UI/New... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/SelectableHelper.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/SelectableHelper.cs",
"repo_id": "jynew",
"token_count": 5778
} | 1,476 |
namespace UIWidgets
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
using UnityEngine.UI;
#if UNITY_EDITOR
using UnityEditor;
using UnityEd... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/UtilitiesEditor.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/UtilitiesEditor.cs",
"repo_id": "jynew",
"token_count": 4836
} | 1,477 |
#if UIWIDGETS_DATABIND_SUPPORT && UNITY_EDITOR
namespace UIWidgets.DataBindSupport
{
using System;
using System.Collections.Generic;
using System.Globalization;
/// <summary>
/// DataBind events info.
/// </summary>
public class DataBindEvents : IFormattable
{
/// <summary>
/// Classname.
/// </summary>... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/DataBindSupport/DataBindEvents.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/DataBindSupport/DataBindEvents.cs",
"repo_id": "jynew",
"token_count": 750
} | 1,478 |
namespace UIWidgets.WidgetGeneration
{
using UIWidgets.Styles;
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// Picker generator helper.
/// </summary>
public class PickerGeneratorHelper : MonoBehaviour
{
/// <summary>
/// Main object.
/// </summary>
public GameObject Main;
/// <summary>
... | jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/PickerGeneratorHelper.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/PickerGeneratorHelper.cs",
"repo_id": "jynew",
"token_count": 258
} | 1,479 |
fileFormatVersion: 2
guid: 5014734b3033b2d4c972aea2d2587422
ShaderImporter:
defaultTextures: []
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIFlare.shader.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIFlare.shader.meta",
"repo_id": "jynew",
"token_count": 47
} | 1,480 |
fileFormatVersion: 2
guid: a7f0605273913b241ab9edfd96624ecb
ShaderImporter:
defaultTextures: []
userData:
| jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIGradientShaderVLineHSV.shader.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIGradientShaderVLineHSV.shader.meta",
"repo_id": "jynew",
"token_count": 47
} | 1,481 |
fileFormatVersion: 2
guid: 8271a2b8843b4034cb006b31071729ed
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/New UI Widgets/UIWidgets.asmdef.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/UIWidgets.asmdef.meta",
"repo_id": "jynew",
"token_count": 64
} | 1,482 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!29 &1
SceneSettings:
m_ObjectHideFlags: 0
m_PVSData:
m_PVSObjectsArray: []
m_PVSPortalsArray: []
m_OcclusionBakeSettings:
smallestOccluder: 5
smallestHole: .25
backfaceThreshold: 100
--- !u!104 &2
RenderSettings:
m_Fog: 0
m_FogColor: {r: .5, g: ... | jynew/jyx2/Assets/Plugins/Rewired/DevTools/JoystickElementIdentifier.unity/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/DevTools/JoystickElementIdentifier.unity",
"repo_id": "jynew",
"token_count": 6165
} | 1,483 |
%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/3DRudder.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/3DRudder.asset",
"repo_id": "jynew",
"token_count": 15950
} | 1,484 |
%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/AppleTV2015Remote.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/AppleTV2015Remote.asset",
"repo_id": "jynew",
"token_count": 13498
} | 1,485 |
%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/CHFighterStickUSB.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/CHFighterStickUSB.asset",
"repo_id": "jynew",
"token_count": 85677
} | 1,486 |
fileFormatVersion: 2
guid: 5172655583bc9c94f8f5eca9f44266aa
timeCreated: 1462842475
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/FanatecPorsche911TurboS.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/FanatecPorsche911TurboS.asset.meta",
"repo_id": "jynew",
"token_count": 71
} | 1,487 |
fileFormatVersion: 2
guid: 63de6a6dd78215f47aac0880102bd423
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/HoripadUltimateHIP-047U_MFi.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/HoripadUltimateHIP-047U_MFi.asset.meta",
"repo_id": "jynew",
"token_count": 39
} | 1,488 |
fileFormatVersion: 2
guid: b30ad908be1266e4eabb9e05de547164
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MicrosoftSideWinderPrecision2.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MicrosoftSideWinderPrecision2.asset.meta",
"repo_id": "jynew",
"token_count": 41
} | 1,489 |
fileFormatVersion: 2
guid: 9ec45b94bd8c5c145be4ea6830db80be
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/NintendoSwitchJoyCon_Left.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/NintendoSwitchJoyCon_Left.asset.meta",
"repo_id": "jynew",
"token_count": 41
} | 1,490 |
fileFormatVersion: 2
guid: 467dcd0bc018415409ef89ef0a127cef
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/NykoPlaypadPro.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/NykoPlaypadPro.asset.meta",
"repo_id": "jynew",
"token_count": 40
} | 1,491 |
fileFormatVersion: 2
guid: 724de1f3a2213094f88f5ad4cd10cc89
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/PIEngineeringXK-24.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/PIEngineeringXK-24.asset.meta",
"repo_id": "jynew",
"token_count": 42
} | 1,492 |
fileFormatVersion: 2
guid: 781efbf224353364d9476bc90f3ba38f
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekJI3GCyborg3DGold.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekJI3GCyborg3DGold.asset.meta",
"repo_id": "jynew",
"token_count": 40
} | 1,493 |
fileFormatVersion: 2
guid: 52a7405c6e6693d49a2f7efa62d41ead
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekST290Pro.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekST290Pro.asset.meta",
"repo_id": "jynew",
"token_count": 43
} | 1,494 |
fileFormatVersion: 2
guid: a7a3b1e248b756a41a43d848a4d6bb4c
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SamsungEI-GP20.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SamsungEI-GP20.asset.meta",
"repo_id": "jynew",
"token_count": 46
} | 1,495 |
fileFormatVersion: 2
guid: 22d64389a3ac78245a2d54f8ae889fb3
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SonyPS4FlightStick.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SonyPS4FlightStick.asset.meta",
"repo_id": "jynew",
"token_count": 41
} | 1,496 |
fileFormatVersion: 2
guid: 6edd643fa9960c543ac4e3f29998a38a
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SteelSeriesNimbusPlus_MFi.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SteelSeriesNimbusPlus_MFi.asset.meta",
"repo_id": "jynew",
"token_count": 41
} | 1,497 |
%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/RacingWheel.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/Templates/RacingWheel.asset",
"repo_id": "jynew",
"token_count": 22490
} | 1,498 |
%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/ThrustmasterF430.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/ThrustmasterF430.asset",
"repo_id": "jynew",
"token_count": 53439
} | 1,499 |
%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/VKBSimGladiatorMKII.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/VKBSimGladiatorMKII.asset",
"repo_id": "jynew",
"token_count": 61329
} | 1,500 |
fileFormatVersion: 2
guid: fd9f1733a3673914fba087abb8c6c987
NativeFormatImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/CustomCalculations/AccelerometerRelPitchFromGravity.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/CustomCalculations/AccelerometerRelPitchFromGravity.asset.meta",
"repo_id": "jynew",
"token_count": 42
} | 1,501 |
fileFormatVersion: 2
guid: bf9d2fdb3a18bed4383860d25872c0ba
labels:
- Input
- Joysticks
- Controllers
- Rewired
- Hotplugging
- Keyboard
- Mouse
- Touch
- InputManager
- Control
- Gamepad
- Controller
- Joystick
- Xbox360
- XInput
- DirectInput
folderAsset: yes
DefaultImporter:
userData:
| jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime.meta",
"repo_id": "jynew",
"token_count": 109
} | 1,502 |
fileFormatVersion: 2
guid: 93a85ee77ce4b2640a9784fbc83cc8bd
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/Rewired_Linux.dll.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Rewired_Linux.dll.meta",
"repo_id": "jynew",
"token_count": 1210
} | 1,503 |
fileFormatVersion: 2
guid: 0892af58ca441f64dba2d7af03deb4c9
folderAsset: yes
timeCreated: 1606144816
licenseType: Store
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/Sirenix/Assemblies.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Assemblies.meta",
"repo_id": "jynew",
"token_count": 77
} | 1,504 |
fileFormatVersion: 2
guid: a4865f1ab4504ed8a368670db22f409c
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
... | jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Editor.dll.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Editor.dll.meta",
"repo_id": "jynew",
"token_count": 577
} | 1,505 |
fileFormatVersion: 2
guid: da71ee917b61a644bbba5273724012cb
timeCreated: 1606141051
licenseType: Store
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/Sirenix.Utilities.xml.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/Sirenix.Utilities.xml.meta",
"repo_id": "jynew",
"token_count": 70
} | 1,506 |
fileFormatVersion: 2
guid: 0df62eb1f818bb245b7f67f446bf3539
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/ColorPaletteManager.asset.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/ColorPaletteManager.asset.meta",
"repo_id": "jynew",
"token_count": 75
} | 1,507 |
//-----------------------------------------------------------------------
// <copyright file="SyncVarAttributeDrawer.cs" company="Sirenix IVS">
// Copyright (c) Sirenix IVS. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
#if UNITY_EDITOR && !UNITY_2019_1... | jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/SyncVarAttributeDrawer.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/SyncVarAttributeDrawer.cs",
"repo_id": "jynew",
"token_count": 525
} | 1,508 |
fileFormatVersion: 2
guid: ed2ed2f8cee3fd848a5eb7dcf443199e
folderAsset: yes
timeCreated: 1606144816
licenseType: Store
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/Sirenix/Source.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Source.meta",
"repo_id": "jynew",
"token_count": 78
} | 1,509 |
%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: 2705215ac5b84... | jynew/jyx2/Assets/Plugins/TextMesh Pro/Resources/TMP Settings.asset/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Resources/TMP Settings.asset",
"repo_id": "jynew",
"token_count": 705
} | 1,510 |
fileFormatVersion: 2
guid: a02a7d8c237544f1962732b55a9aebf1
ShaderImporter:
externalObjects: {}
defaultTextures: []
nonModifiableTextures: []
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta",
"repo_id": "jynew",
"token_count": 82
} | 1,511 |
fileFormatVersion: 2
guid: c334973cef89a9840b0b0c507e0377ab
ShaderImporter:
externalObjects: {}
defaultTextures: []
nonModifiableTextures: []
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta",
"repo_id": "jynew",
"token_count": 80
} | 1,512 |
using UnityEngine;
using UniRx.Triggers; // Triggers Namepsace
using System;
namespace UniRx.Examples
{
public class Sample02_ObservableTriggers : MonoBehaviour
{
void Start()
{
// Get the plain object
var cube = GameObject.CreatePrimitive(PrimitiveType.Cube);
... | jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample02_ObservableTriggers.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample02_ObservableTriggers.cs",
"repo_id": "jynew",
"token_count": 319
} | 1,513 |
using System;
using System.Collections;
using UnityEngine;
namespace UniRx.Examples
{
public class Sample10_MainThreadDispatcher
{
public void Run()
{
// MainThreadDispatcher is heart of Rx and Unity integration
// StartCoroutine can start coroutine besides MonoBehavio... | jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample10_MainThreadDispatcher.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample10_MainThreadDispatcher.cs",
"repo_id": "jynew",
"token_count": 782
} | 1,514 |
fileFormatVersion: 2
guid: 958f291bb8f434740a6d2c08ad5182a0
timeCreated: 1455373900
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/UniRx/Scripts/Disposables/Disposable.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Disposables/Disposable.cs.meta",
"repo_id": "jynew",
"token_count": 103
} | 1,515 |
fileFormatVersion: 2
guid: 3a9cd9fa22bc6a5439484581f5049cf8
timeCreated: 1455373898
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/UniRx/Scripts/Disposables/StableCompositeDisposable.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Disposables/StableCompositeDisposable.cs.meta",
"repo_id": "jynew",
"token_count": 102
} | 1,516 |
// this code is borrowed from RxOfficial(rx.codeplex.com) and modified
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
namespace UniRx.InternalUtil
{
internal class PriorityQueue<T> where T : IComparable<T>
{
private static long _count = long.MinValue;
... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/InternalUtil/PriorityQueue.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/InternalUtil/PriorityQueue.cs",
"repo_id": "jynew",
"token_count": 2142
} | 1,517 |
fileFormatVersion: 2
guid: a31d38ad13dc4644180647afc28c6045
timeCreated: 1455373900
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/UniRx/Scripts/Observable.Concurrency.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Observable.Concurrency.cs.meta",
"repo_id": "jynew",
"token_count": 99
} | 1,518 |
using System;
using System.Collections.Generic;
using UniRx.Operators;
namespace UniRx.Operators
{
internal class BufferObservable<T> : OperatorObservableBase<IList<T>>
{
readonly IObservable<T> source;
readonly int count;
readonly int skip;
readonly TimeSpan timeSpan;
... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Buffer.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Buffer.cs",
"repo_id": "jynew",
"token_count": 11392
} | 1,519 |
using System;
namespace UniRx.Operators
{
internal class DeferObservable<T> : OperatorObservableBase<T>
{
readonly Func<IObservable<T>> observableFactory;
public DeferObservable(Func<IObservable<T>> observableFactory)
: base(false)
{
this.observableFactory = ob... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Defer.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Defer.cs",
"repo_id": "jynew",
"token_count": 916
} | 1,520 |
using System;
namespace UniRx.Operators
{
internal class FinallyObservable<T> : OperatorObservableBase<T>
{
readonly IObservable<T> source;
readonly Action finallyAction;
public FinallyObservable(IObservable<T> source, Action finallyAction)
: base(source.IsRequiredSubscrib... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Finally.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Finally.cs",
"repo_id": "jynew",
"token_count": 1041
} | 1,521 |
using System;
using System.Collections.Generic;
namespace UniRx.Operators
{
internal class MergeObservable<T> : OperatorObservableBase<T>
{
private readonly IObservable<IObservable<T>> sources;
private readonly int maxConcurrent;
public MergeObservable(IObservable<IObservable<T>> sour... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Merge.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Merge.cs",
"repo_id": "jynew",
"token_count": 5074
} | 1,522 |
using System;
using UniRx.Operators;
namespace UniRx.Operators
{
internal class RefCountObservable<T> : OperatorObservableBase<T>
{
readonly IConnectableObservable<T> source;
readonly object gate = new object();
int refCount = 0;
IDisposable connection;
public RefCount... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/RefCount.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/RefCount.cs",
"repo_id": "jynew",
"token_count": 1212
} | 1,523 |
using System;
namespace UniRx.Operators
{
// Optimize for .Select().Where()
internal class SelectWhereObservable<T, TR> : OperatorObservableBase<TR>
{
readonly IObservable<T> source;
readonly Func<T, TR> selector;
readonly Func<TR, bool> predicate;
public SelectWhereObser... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/SelectWhere.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/SelectWhere.cs",
"repo_id": "jynew",
"token_count": 1237
} | 1,524 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace UniRx.Operators
{
internal class SwitchObservable<T> : OperatorObservableBase<T>
{
readonly IObservable<IObservable<T>> sources;
public SwitchObservable(IObservable<IObservable<T>> sources)
... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Switch.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Switch.cs",
"repo_id": "jynew",
"token_count": 2383
} | 1,525 |
using System;
namespace UniRx.Operators
{
internal class ThrottleFirstObservable<T> : OperatorObservableBase<T>
{
readonly IObservable<T> source;
readonly TimeSpan dueTime;
readonly IScheduler scheduler;
public ThrottleFirstObservable(IObservable<T> source, TimeSpan dueTime, I... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/ThrottleFirst.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/ThrottleFirst.cs",
"repo_id": "jynew",
"token_count": 1382
} | 1,526 |
using System;
using System.Collections.Generic;
namespace UniRx.Operators
{
internal class ToObservableObservable<T> : OperatorObservableBase<T>
{
readonly IEnumerable<T> source;
readonly IScheduler scheduler;
public ToObservableObservable(IEnumerable<T> source, IScheduler scheduler)
... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/ToObservable.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/ToObservable.cs",
"repo_id": "jynew",
"token_count": 2754
} | 1,527 |
using System;
using System.Collections.Generic;
namespace UniRx
{
// Pair is used for Observable.Pairwise
[Serializable]
public struct Pair<T> : IEquatable<Pair<T>>
{
readonly T previous;
readonly T current;
public T Previous
{
get { return previous; }
... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Pair.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Pair.cs",
"repo_id": "jynew",
"token_count": 679
} | 1,528 |
using System;
using UniRx.InternalUtil;
namespace UniRx
{
public sealed class BehaviorSubject<T> : ISubject<T>, IDisposable, IOptimizedObservable<T>
{
object observerLock = new object();
bool isStopped;
bool isDisposed;
T lastValue;
Exception lastError;
IObserv... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/Subjects/BehaviorSubject.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Subjects/BehaviorSubject.cs",
"repo_id": "jynew",
"token_count": 3375
} | 1,529 |
{
"name": "UniRx",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
} | jynew/jyx2/Assets/Plugins/UniRx/Scripts/UniRx.asmdef/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UniRx.asmdef",
"repo_id": "jynew",
"token_count": 118
} | 1,530 |
using System;
namespace UniRx.Diagnostics
{
public static class ObservableDebugExtensions
{
/// <summary>
/// Debug helper of observbale stream. Works for only DEBUG symbol.
/// </summary>
public static IObservable<T> Debug<T>(this IObservable<T> source, string label = null)
... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/ObservableDebugExtensions.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/ObservableDebugExtensions.cs",
"repo_id": "jynew",
"token_count": 619
} | 1,531 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using UnityEngine;
namespace UniRx
{
#if UniRxLibrary
public static partial class SchedulerUnity
{
#else
public static partial class Scheduler
{
public static void SetDefaultForU... | jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadScheduler.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadScheduler.cs",
"repo_id": "jynew",
"token_count": 10868
} | 1,532 |
fileFormatVersion: 2
guid: a731a1a74be20a04a9d7dedc5ceefab2
timeCreated: 1467771656
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FrameInterval.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FrameInterval.cs.meta",
"repo_id": "jynew",
"token_count": 104
} | 1,533 |
fileFormatVersion: 2
guid: 850bc951297608e4fb0722795c21ed16
timeCreated: 1455373900
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerBase.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerBase.cs.meta",
"repo_id": "jynew",
"token_count": 98
} | 1,534 |
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
using UnityEngine;
using UnityEditor;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System;
using UnityEditor.IMGUI.Controls;
using Cysharp.Threading.Tasks.Internal;
using System.Text;
using... | jynew/jyx2/Assets/Plugins/UniTask/Editor/UniTaskTrackerTreeView.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniTask/Editor/UniTaskTrackerTreeView.cs",
"repo_id": "jynew",
"token_count": 3138
} | 1,535 |
fileFormatVersion: 2
guid: 22d85d07f1e70ab42a7a4c25bd65e661
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| jynew/jyx2/Assets/Plugins/UniTask/Runtime/CancellationTokenSourceExtensions.cs.meta/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/CancellationTokenSourceExtensions.cs.meta",
"repo_id": "jynew",
"token_count": 96
} | 1,536 |
using System;
namespace Cysharp.Threading.Tasks
{
public static class ExceptionExtensions
{
public static bool IsOperationCanceledException(this Exception exception)
{
return exception is OperationCanceledException;
}
}
}
| jynew/jyx2/Assets/Plugins/UniTask/Runtime/ExceptionExtensions.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/ExceptionExtensions.cs",
"repo_id": "jynew",
"token_count": 107
} | 1,537 |
#if UNITASK_TEXTMESHPRO_SUPPORT
using System;
using System.Threading;
using TMPro;
using UnityEngine.Events;
namespace Cysharp.Threading.Tasks
{
public static partial class TextMeshProAsyncExtensions
{
// <string> -> Text
public static void BindTo(this IUniTaskAsyncEnumerable<string> source, ... | jynew/jyx2/Assets/Plugins/UniTask/Runtime/External/TextMeshPro/TextMeshProAsyncExtensions.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/External/TextMeshPro/TextMeshProAsyncExtensions.cs",
"repo_id": "jynew",
"token_count": 2430
} | 1,538 |
using Cysharp.Threading.Tasks.Internal;
using System;
using System.Threading;
namespace Cysharp.Threading.Tasks.Linq
{
public static partial class UniTaskAsyncEnumerable
{
public static IUniTaskAsyncEnumerable<TSource> Append<TSource>(this IUniTaskAsyncEnumerable<TSource> source, TSource element)
... | jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/AppendPrepend.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/AppendPrepend.cs",
"repo_id": "jynew",
"token_count": 2688
} | 1,539 |
using Cysharp.Threading.Tasks.Internal;
using System;
using System.Collections.Generic;
using System.Threading;
namespace Cysharp.Threading.Tasks.Linq
{
public static partial class UniTaskAsyncEnumerable
{
public static UniTask<Boolean> ContainsAsync<TSource>(this IUniTaskAsyncEnumerable<TSource> sour... | jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Contains.cs/0 | {
"file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Contains.cs",
"repo_id": "jynew",
"token_count": 808
} | 1,540 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.