text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Setters; using UnityEngine; /// <summary> /// Set the Step of a CircularSlider depending on the System.Int32 data value. /// </summary> [AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] CircularSlider Step ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Int/CircularSliderStepSetter.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/CircularSlider/Int/CircularSliderStepSetter.cs", "repo_id": "jynew", "token_count": 211 }
1,424
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Setters; using UnityEngine; /// <summary> /// Set the DataSource of a ListView depending on the UIWidgets.ObservableList{System.String} data value. /// </summary> [AddComponentMenu("Data Bind/New UI Widgets/Setter...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListView/ListViewDataSourceSetter.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListView/ListViewDataSourceSetter.cs", "repo_id": "jynew", "token_count": 230 }
1,425
fileFormatVersion: 2 guid: b7c9045830a54c14ca4ee8eedf5b8e5f folderAsset: yes timeCreated: 1520698015 licenseType: Store DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewInt.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/ListView/ListViewInt.meta", "repo_id": "jynew", "token_count": 85 }
1,426
fileFormatVersion: 2 guid: 62b03196a787f884e838ba10335961d0 folderAsset: yes timeCreated: 1520699718 licenseType: Store DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider.meta", "repo_id": "jynew", "token_count": 81 }
1,427
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Observers; /// <summary> /// Observes value changes of the ValueMin of an RangeSliderFloat. /// </summary> public class RangeSliderFloatValueMinObserver : ComponentDataObserver<UIWidgets.RangeSliderFloat, float> {...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatValueMinObserver.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Float/RangeSliderFloatValueMinObserver.cs", "repo_id": "jynew", "token_count": 318 }
1,428
fileFormatVersion: 2 guid: b1b1dba326e7da44b994076533eaf0a4 folderAsset: yes timeCreated: 1520700158 licenseType: Store DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Float.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Float.meta", "repo_id": "jynew", "token_count": 84 }
1,429
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Setters; using UnityEngine; /// <summary> /// Set the Max of a Spinner depending on the System.Int32 data value. /// </summary> [AddComponentMenu("Data Bind/New UI Widgets/Setters/[DB] Spinner Max Setter")] publi...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Int/SpinnerMaxSetter.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Int/SpinnerMaxSetter.cs", "repo_id": "jynew", "token_count": 195 }
1,430
fileFormatVersion: 2 guid: 4c6fa98fccbf9a245b20ac669f503f7e folderAsset: yes timeCreated: 1474299405 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Autocomplete.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Autocomplete.meta", "repo_id": "jynew", "token_count": 76 }
1,431
#if UIWIDGETS_TMPRO_SUPPORT namespace UIWidgets.TMProSupport { using System; using TMPro; using UnityEngine; /// <summary> /// Time widget for 24 hour format. /// </summary> public class Time24TMPro : TimeSpinnerBase { /// <summary> /// The input field for the hours. /// </summary> [SerializeField] [...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Calendar/Time24TMPro.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Calendar/Time24TMPro.cs", "repo_id": "jynew", "token_count": 615 }
1,432
#if UIWIDGETS_TMPRO_SUPPORT namespace UIWidgets.TMProSupport { using TMPro; using UnityEngine; /// <summary> /// ListViewIcons item component. /// </summary> public class ListViewIconsItemComponentTMPro : ListViewIconsItemComponent { /// <summary> /// The text. /// </summary> [SerializeField] [HideInI...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/ListView/ListViewIconsItemComponentTMPro.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/ListView/ListViewIconsItemComponentTMPro.cs", "repo_id": "jynew", "token_count": 248 }
1,433
#if UIWIDGETS_TMPRO_SUPPORT namespace UIWidgets.TMProSupport { using TMPro; using UIWidgets; using UIWidgets.Styles; using UnityEngine; /// <summary> /// ScrollRectPage with number. /// </summary> public class ScrollRectPageWithNumberTMPro : ScrollRectPage, IUpgradeable { /// <summary> /// The number. /...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/ScrollRectUtilities/ScrollRectPageWithNumberTMPro.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/ScrollRectUtilities/ScrollRectPageWithNumberTMPro.cs", "repo_id": "jynew", "token_count": 582 }
1,434
fileFormatVersion: 2 guid: a01ff2f2e54646d4591261c43410adca MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/TreeView/TreeViewComponentTMPro.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/TreeView/TreeViewComponentTMPro.cs.meta", "repo_id": "jynew", "token_count": 69 }
1,435
fileFormatVersion: 2 guid: 3797cddae1dfa34408d1a7480d94c746 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TileView/TileViewScrollRectFitter.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TileView/TileViewScrollRectFitter.cs.meta", "repo_id": "jynew", "token_count": 71 }
1,436
namespace UIWidgets { using UnityEngine; /// <summary> /// Tooltip viewer. /// </summary> /// <typeparam name="TData">Data type.</typeparam> /// <typeparam name="TTooltip">Tooltip type.</typeparam> public class TooltipViewer<TData, TTooltip> : MonoBehaviour where TTooltip : Tooltip<TData, TTooltip> { /// ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/TooltipViewer.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/TooltipViewer.cs", "repo_id": "jynew", "token_count": 605 }
1,437
namespace UIWidgets { using System; using System.Collections.Generic; /// <summary> /// Layout with compact order and items sticked to the top line. /// </summary> /// <typeparam name="TData">Type of the data.</typeparam> /// <typeparam name="TPoint">Type of the points.</typeparam> public class TrackLayoutTop...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/Layouts/TrackLayoutTopLineCompact.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/Layouts/TrackLayoutTopLineCompact.cs", "repo_id": "jynew", "token_count": 688 }
1,438
namespace UIWidgets { using System; using UnityEngine; /// <summary> /// Base class for the track form. /// </summary> /// <typeparam name="TData">Data type.</typeparam> /// <typeparam name="TPoint">Point type.</typeparam> public abstract class TrackFormBase<TData, TPoint> : MonoBehaviour where TData : clas...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/TrackFormBase.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/TrackFormBase.cs", "repo_id": "jynew", "token_count": 866 }
1,439
fileFormatVersion: 2 guid: 863a83eacb2d90745926f9ea6bc8a9ba MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeGraph/TreeGraphComponentIcons.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeGraph/TreeGraphComponentIcons.cs.meta", "repo_id": "jynew", "token_count": 73 }
1,440
fileFormatVersion: 2 guid: b93c7d0ea3b54124ba57129455b5c386 labels: - TreeNodeToggle - Uiwidgets MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeNodeToggle.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeNodeToggle.cs.meta", "repo_id": "jynew", "token_count": 86 }
1,441
namespace UIWidgets { /// <summary> /// Interface for the updatable targets. /// Replace Unity Update() with custom one without reflection. /// </summary> public interface IFixedUpdatable { /// <summary> /// Run FixedUpdate. /// </summary> void RunFixedUpdate(); } }
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Updater/IFixedUpdatable.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Updater/IFixedUpdatable.cs", "repo_id": "jynew", "token_count": 93 }
1,442
fileFormatVersion: 2 guid: 1e36ce709e48a2c4dabbb6e5964287eb labels: - Button - Widget - ButtonAdvanced - Uiwidgets MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/ButtonAdvanced.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/ButtonAdvanced.cs.meta", "repo_id": "jynew", "token_count": 92 }
1,443
namespace UIWidgets { using System; using UnityEngine.Events; using UnityEngine.EventSystems; /// <summary> /// Pointer unity event. /// </summary> [Serializable] public class PointerUnityEvent : UnityEvent<PointerEventData> { } }
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/Events/PointerUnityEvent.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/Events/PointerUnityEvent.cs", "repo_id": "jynew", "token_count": 85 }
1,444
namespace UIWidgets { using System; using System.Collections.Generic; using EasyLayoutNS; using UnityEngine; using UnityEngine.UI; /// <summary> /// Layout utilities. /// </summary> public static class LayoutUtilities { /// <summary> /// Updates the layout. /// </summary> /// <param name="layout">La...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/LayoutUtilities.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/LayoutUtilities.cs", "repo_id": "jynew", "token_count": 3381 }
1,445
namespace UIWidgets { using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// UI utilities. /// </summary> public static class UtilitiesUI { static List<Canvas> ParentCanvases = new List<Canvas>(); /// <summary> /// Finds th...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/UtilitiesUI.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/UtilitiesUI.cs", "repo_id": "jynew", "token_count": 1228 }
1,446
namespace UIWidgets.WidgetGeneration { using UnityEngine.Serialization; /// <summary> /// Table generator helper. /// </summary> public class TableGeneratorHelper : ListViewGeneratorHelper { /// <summary> /// TableHeader. /// </summary> [FormerlySerializedAs("ResizableHeader")] public TableHeader Tabl...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/TableGeneratorHelper.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/TableGeneratorHelper.cs", "repo_id": "jynew", "token_count": 110 }
1,447
fileFormatVersion: 2 guid: 74fd1b414e6efae4c8b10e6efff6f5d6 ShaderImporter: defaultTextures: [] userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIGradientShaderCircleHSV.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIGradientShaderCircleHSV.shader.meta", "repo_id": "jynew", "token_count": 51 }
1,448
fileFormatVersion: 2 guid: 8b2ed28a15c9763498c35b05a23b6323 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] preprocessorOverride: 0 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIRing.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIRing.shader.meta", "repo_id": "jynew", "token_count": 88 }
1,449
fileFormatVersion: 2 guid: 2f6cbbee5c60a77438de090444966d88 TextScriptImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/version.txt.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/version.txt.meta", "repo_id": "jynew", "token_count": 40 }
1,450
// Copyright (c) 2020 Augie R. Maddox, Guavaman Enterprises. All rights reserved. #pragma warning disable 0219 #pragma warning disable 0618 #pragma warning disable 0649 namespace Rewired.Integration.UnityUI { using UnityEngine; using UnityEngine.EventSystems; [AddComponentMenu("Rewired/Rewired Event ...
jynew/jyx2/Assets/Plugins/Rewired/Integration/UnityUI/RewiredEventSystem.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Integration/UnityUI/RewiredEventSystem.cs", "repo_id": "jynew", "token_count": 647 }
1,451
fileFormatVersion: 2 guid: 6f5b9c8021dcfed43bb3e9b35e8e47af DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Assets/Extras/ControlMapper_TMPro.zip.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Assets/Extras/ControlMapper_TMPro.zip.meta", "repo_id": "jynew", "token_count": 44 }
1,452
fileFormatVersion: 2 guid: 5225ff3a5f7e8144ca91e33717d8dab1 DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Assets/Libs/SDL2.zip.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Assets/Libs/SDL2.zip.meta", "repo_id": "jynew", "token_count": 42 }
1,453
fileFormatVersion: 2 guid: b5c24589e9394e9469e02e159cd4b300 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/GameSirG3.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/GameSirG3.asset.meta", "repo_id": "jynew", "token_count": 41 }
1,454
fileFormatVersion: 2 guid: 54338de8d46db2449af94046055c161c NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/LogitechG29.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/LogitechG29.asset.meta", "repo_id": "jynew", "token_count": 39 }
1,455
fileFormatVersion: 2 guid: 8731720e2f07247409ad527524844284 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MayflashN64Adapter.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MayflashN64Adapter.asset.meta", "repo_id": "jynew", "token_count": 38 }
1,456
fileFormatVersion: 2 guid: e34a98c39b9ad0d4fa35be4bed909998 labels: - Input - Joysticks - Controllers - Rewired - Hotplugging - Keyboard - Mouse - Touch - InputManager - Control - Gamepad - Controller - Joystick - Xbox360 - XInput - DirectInput - RawInput NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/NvidiaShieldController.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/NvidiaShieldController.asset.meta", "repo_id": "jynew", "token_count": 109 }
1,457
fileFormatVersion: 2 guid: cf80366decf286845a889ef8bd8c39d1 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/OculusTouchRight.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/OculusTouchRight.asset.meta", "repo_id": "jynew", "token_count": 40 }
1,458
fileFormatVersion: 2 guid: 1ccbc3795f0f144f6a61bcc35c4ea0cd NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/RazerServal.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/RazerServal.asset.meta", "repo_id": "jynew", "token_count": 43 }
1,459
fileFormatVersion: 2 guid: a50255e213cfc2a488ea01d926ff1190 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekProFlightCessnaTrimWheel.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekProFlightCessnaTrimWheel.asset.meta", "repo_id": "jynew", "token_count": 40 }
1,460
fileFormatVersion: 2 guid: c48f5bea066ef4e4da2721d090b16aed NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekX52Pro.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekX52Pro.asset.meta", "repo_id": "jynew", "token_count": 42 }
1,461
fileFormatVersion: 2 guid: 46e756e6a26ac41e0866892fbdaef490 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SteelSeriesStratusXL_MFi.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SteelSeriesStratusXL_MFi.asset.meta", "repo_id": "jynew", "token_count": 40 }
1,462
%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/ThrustMasterT3PA.asset/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/ThrustMasterT3PA.asset", "repo_id": "jynew", "token_count": 8991 }
1,463
%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/XInputWheel.asset/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/XInputWheel.asset", "repo_id": "jynew", "token_count": 10638 }
1,464
fileFormatVersion: 2 guid: 273b18e7d1f742d47b01953e7e4aacc7 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/CustomCalculations/LogitechGRacingWheelPedals.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/CustomCalculations/LogitechGRacingWheelPedals.asset.meta", "repo_id": "jynew", "token_count": 44 }
1,465
fileFormatVersion: 2 guid: c056233622915f3429c723fed86f3439 folderAsset: yes timeCreated: 1533327734 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Native/WindowsStandalone/x86.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Native/WindowsStandalone/x86.meta", "repo_id": "jynew", "token_count": 73 }
1,466
fileFormatVersion: 2 guid: e6bc215ea9e24754eafda9d59d6316e9 timeCreated: 1499118548 licenseType: Store PluginImporter: serializedVersion: 2 iconMap: {} executionOrder: {} isPreloaded: 0 isOverridable: 0 platformData: data: first: '': Any second: enabled: 0 settings: ...
jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Rewired_WebGL.jslib.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Rewired_WebGL.jslib.meta", "repo_id": "jynew", "token_count": 1592 }
1,467
// 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/HardwareJoystickMapInspector.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Editor/CustomInspectors/HardwareJoystickMapInspector.cs", "repo_id": "jynew", "token_count": 265 }
1,468
// Copyright (c) 2014 Augie R. Maddox, Guavaman Enterprises. All rights reserved. #if UNITY_2020 || UNITY_2021 || UNITY_2022 || UNITY_2023 || UNITY_2024 || UNITY_2025 #define UNITY_2020_PLUS #endif #if UNITY_2019 || UNITY_2020_PLUS #define UNITY_2019_PLUS #endif #if UNITY_2018 || UNITY_2019_PLUS #define UNITY_2018_...
jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/InputManager.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/InputManager.cs", "repo_id": "jynew", "token_count": 4027 }
1,469
fileFormatVersion: 2 guid: 92ca8146ddb5c874b9b1dc1d4564b779 folderAsset: yes timeCreated: 1606144817 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/NoEmitAndNoEditor.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/NoEmitAndNoEditor.meta", "repo_id": "jynew", "token_count": 78 }
1,470
fileFormatVersion: 2 guid: 119a53a2bbed85440a8becb88eea1955 timeCreated: 1606141051 licenseType: Store TextScriptImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/Sirenix.Serialization.Config.xml.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/Sirenix.Serialization.Config.xml.meta", "repo_id": "jynew", "token_count": 72 }
1,471
fileFormatVersion: 2 guid: 6a4bacb88ad38904f94fce909ff35536 folderAsset: yes timeCreated: 1595515767 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Assets/Editor.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Assets/Editor.meta", "repo_id": "jynew", "token_count": 74 }
1,472
fileFormatVersion: 2 guid: ecbe1173320b5c5428343d82f1fe2ff4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/InspectorConfig.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/InspectorConfig.asset.meta", "repo_id": "jynew", "token_count": 73 }
1,473
//----------------------------------------------------------------------- // <copyright file="BuildAOTAutomation.cs" company="Sirenix IVS"> // Copyright (c) Sirenix IVS. All rights reserved. // </copyright> //----------------------------------------------------------------------- #if UNITY_EDITOR && UNITY_5_6_OR_NEWER...
jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/BuildAOTAutomation.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/BuildAOTAutomation.cs", "repo_id": "jynew", "token_count": 903 }
1,474
//----------------------------------------------------------------------- // <copyright file="VectorIntPropertyResolvers.cs" company="Sirenix IVS"> // Copyright (c) Sirenix IVS. All rights reserved. // </copyright> //----------------------------------------------------------------------- #if UNITY_EDITOR && UNITY_201...
jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/VectorIntPropertyResolvers.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/VectorIntPropertyResolvers.cs", "repo_id": "jynew", "token_count": 1125 }
1,475
fileFormatVersion: 2 guid: 1b8d251f9af63b746bf2f7ffe00ebb9b DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta", "repo_id": "jynew", "token_count": 67 }
1,476
fileFormatVersion: 2 guid: c41005c129ba4d66911b75229fd70b45 timeCreated: 1480316912 licenseType: Pro NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta", "repo_id": "jynew", "token_count": 70 }
1,477
fileFormatVersion: 2 guid: 1e3b057af24249748ff873be7fafee47 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta", "repo_id": "jynew", "token_count": 79 }
1,478
fileFormatVersion: 2 guid: 85187c2149c549c5b33f0cdb02836b17 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta", "repo_id": "jynew", "token_count": 79 }
1,479
using System; using System.Collections; using System.Threading; using UnityEngine; #if UNITY_2018_3_OR_NEWER #pragma warning disable CS0618 #endif namespace UniRx.Examples { public class Sample05_ConvertFromCoroutine { // public method public static IObservable<string> GetWWW(string url) ...
jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample05_ConvertFromCoroutine.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample05_ConvertFromCoroutine.cs", "repo_id": "jynew", "token_count": 595 }
1,480
// for uGUI(from 4.6) #if !(UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 || UNITY_4_5) using System; using UnityEngine; using UnityEngine.UI; namespace UniRx.Examples { public class Sample12_ReactiveProperty : MonoBehaviour { // Open Sample12Scene. Set from canvas public Butt...
jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample12_ReactiveProperty.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample12_ReactiveProperty.cs", "repo_id": "jynew", "token_count": 1167 }
1,481
#if CSHARP_7_OR_LATER || (UNITY_2018_3_OR_NEWER && (NET_STANDARD_2_0 || NET_4_6)) #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace UniRx.InternalUtil { internal inte...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/InternalUtil/CancellableTaskCompletionSource.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/InternalUtil/CancellableTaskCompletionSource.cs", "repo_id": "jynew", "token_count": 221 }
1,482
using System; namespace UniRx.InternalUtil { public class ThreadSafeQueueWorker { const int MaxArrayLength = 0X7FEFFFFF; const int InitialSize = 16; object gate = new object(); bool dequing = false; int actionListCount = 0; Action<object>[] actionList = new Ac...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/InternalUtil/ThreadSafeQueueWorker.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/InternalUtil/ThreadSafeQueueWorker.cs", "repo_id": "jynew", "token_count": 2117 }
1,483
using System; using UniRx.Operators; namespace UniRx.Operators { internal class AggregateObservable<TSource> : OperatorObservableBase<TSource> { readonly IObservable<TSource> source; readonly Func<TSource, TSource, TSource> accumulator; public AggregateObservable(IObservable<TSource> ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Aggregate.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Aggregate.cs", "repo_id": "jynew", "token_count": 3617 }
1,484
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UniRx.Operators { public delegate TR CombineLatestFunc<T1, T2, T3, TR>(T1 arg1, T2 arg2, T3 arg3); public delegate TR CombineLatestFunc<T1, T2, T3, T4, TR>(T1 arg1, T2 arg2, T3 arg3, T4 arg4); public delegate T...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/CombineLatest.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/CombineLatest.cs", "repo_id": "jynew", "token_count": 18573 }
1,485
using System; namespace UniRx.Operators { internal class DematerializeObservable<T> : OperatorObservableBase<T> { readonly IObservable<Notification<T>> source; public DematerializeObservable(IObservable<Notification<T>> source) : base(source.IsRequiredSubscribeOnCurrentThread()) ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Dematerialize.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Dematerialize.cs", "repo_id": "jynew", "token_count": 1120 }
1,486
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UniRx.Operators { // FromEvent, FromEventPattern internal class FromEventPatternObservable<TDelegate, TEventArgs> : OperatorObservableBase<EventPattern<TEventArgs>> where TEventArgs : EventArgs { ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/FromEvent.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/FromEvent.cs", "repo_id": "jynew", "token_count": 5165 }
1,487
using System; namespace UniRx.Operators { internal class OfTypeObservable<TSource, TResult> : OperatorObservableBase<TResult> { readonly IObservable<TSource> source; public OfTypeObservable(IObservable<TSource> source) : base(source.IsRequiredSubscribeOnCurrentThread()) { ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/OfType.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/OfType.cs", "repo_id": "jynew", "token_count": 679 }
1,488
using System; namespace UniRx.Operators { internal class ReturnObservable<T> : OperatorObservableBase<T> { readonly T value; readonly IScheduler scheduler; public ReturnObservable(T value, IScheduler scheduler) : base(scheduler == Scheduler.CurrentThread) { ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Return.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Return.cs", "repo_id": "jynew", "token_count": 2772 }
1,489
using System; namespace UniRx.Operators { internal class SkipUntilObservable<T, TOther> : OperatorObservableBase<T> { readonly IObservable<T> source; readonly IObservable<TOther> other; public SkipUntilObservable(IObservable<T> source, IObservable<TOther> other) : base(sou...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/SkipUntil.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/SkipUntil.cs", "repo_id": "jynew", "token_count": 2069 }
1,490
using System; using UniRx.Operators; namespace UniRx.Operators { internal class TakeObservable<T> : OperatorObservableBase<T> { readonly IObservable<T> source; readonly int count; readonly TimeSpan duration; internal readonly IScheduler scheduler; // public for optimization che...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Take.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Take.cs", "repo_id": "jynew", "token_count": 2448 }
1,491
using System; namespace UniRx.Operators { internal class TimeoutObservable<T> : OperatorObservableBase<T> { readonly IObservable<T> source; readonly TimeSpan? dueTime; readonly DateTimeOffset? dueTimeDT; readonly IScheduler scheduler; public TimeoutObservable(IObservab...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Timeout.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Timeout.cs", "repo_id": "jynew", "token_count": 3541 }
1,492
using System; namespace UniRx.Operators { internal class WhereObservable<T> : OperatorObservableBase<T> { readonly IObservable<T> source; readonly Func<T, bool> predicate; readonly Func<T, int, bool> predicateWithIndex; public WhereObservable(IObservable<T> source, Func<T, boo...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Where.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Where.cs", "repo_id": "jynew", "token_count": 2370 }
1,493
using System; using System.Collections.Generic; using UniRx.InternalUtil; namespace UniRx { public sealed class ReplaySubject<T> : ISubject<T>, IOptimizedObservable<T>, IDisposable { object observerLock = new object(); bool isStopped; bool isDisposed; Exception lastError; ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Subjects/ReplaySubject.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Subjects/ReplaySubject.cs", "repo_id": "jynew", "token_count": 4113 }
1,494
fileFormatVersion: 2 guid: be811500a5640704b92de622c9202d48 timeCreated: 1455373901 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/System/Tuple.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/System/Tuple.cs.meta", "repo_id": "jynew", "token_count": 100 }
1,495
using System; using System.Collections.Generic; using System.Globalization; namespace UniRx { /// <summary> /// Represents a value associated with time interval information. /// The time interval can represent the time it took to produce the value, the interval relative to a previous value, the value's de...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/FrameInterval.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/FrameInterval.cs", "repo_id": "jynew", "token_count": 1862 }
1,496
using System; using System.Collections; using System.Collections.Generic; using System.Threading; using UniRx.InternalUtil; using UniRx.Triggers; #if !UniRxLibrary using ObservableUnity = UniRx.Observable; #endif namespace UniRx { public static partial class ObserveExtensions { /// <summary> ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ObserveExtensions.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ObserveExtensions.cs", "repo_id": "jynew", "token_count": 5527 }
1,497
fileFormatVersion: 2 guid: 93507e8a72a71094f870c8dbe1e5bed8 timeCreated: 1455373900 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/RepeatUntil.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/RepeatUntil.cs.meta", "repo_id": "jynew", "token_count": 102 }
1,498
fileFormatVersion: 2 guid: 54095d3e740f7714085d0568207cbfe0 timeCreated: 1455373899 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCanvasGroupChangedTrigger.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCanvasGroupChangedTrigger.cs.meta", "repo_id": "jynew", "token_count": 100 }
1,499
fileFormatVersion: 2 guid: 9e6a20494274d5045a1b36a770ea76b4 timeCreated: 1468669952 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableParticleTrigger.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableParticleTrigger.cs.meta", "repo_id": "jynew", "token_count": 102 }
1,500
#if UNITY_METRO using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace UniRx { public static class Thread { public static void Sleep(TimeSpan wait) { new System.Threading.ManualResetEvent(fa...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityWinRTBridge/Thread.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityWinRTBridge/Thread.cs", "repo_id": "jynew", "token_count": 216 }
1,501
 #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security; namespace Cysharp.Threading.Tasks.CompilerServices { [StructLayout(LayoutKind.Auto...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/CompilerServices/AsyncUniTaskMethodBuilder.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/CompilerServices/AsyncUniTaskMethodBuilder.cs", "repo_id": "jynew", "token_count": 3921 }
1,502
{ "name": "UniTask.Addressables", "rootNamespace": "", "references": [ "UniTask", "Unity.ResourceManager" ], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true,...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/External/Addressables/UniTask.Addressables.asmdef/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/External/Addressables/UniTask.Addressables.asmdef", "repo_id": "jynew", "token_count": 251 }
1,503
#pragma warning disable CS1591 using System; using System.Runtime.CompilerServices; namespace Cysharp.Threading.Tasks { public enum UniTaskStatus { /// <summary>The operation has not yet completed.</summary> Pending = 0, /// <summary>The operation completed successfully.</summary> ...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/IUniTaskSource.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/IUniTaskSource.cs", "repo_id": "jynew", "token_count": 1736 }
1,504
fileFormatVersion: 2 guid: 7d63add489ccc99498114d79702b904d MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Internal/MinimumQueue.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Internal/MinimumQueue.cs.meta", "repo_id": "jynew", "token_count": 92 }
1,505
fileFormatVersion: 2 guid: f16fb466974ad034c8732c79c7fd67ea MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Internal/ValueStopwatch.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Internal/ValueStopwatch.cs.meta", "repo_id": "jynew", "token_count": 93 }
1,506
using System; using System.Threading; using Cysharp.Threading.Tasks.Internal; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static UniTask<double> AverageAsync(this IUniTaskAsyncEnumerable<Int32> source, CancellationToken cancellationToken = defau...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Average.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Average.cs", "repo_id": "jynew", "token_count": 28451 }
1,507
using Cysharp.Threading.Tasks.Internal; using System; using System.Threading; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static IUniTaskAsyncEnumerable<TSource> DefaultIfEmpty<TSource>(this IUniTaskAsyncEnumerable<TSource> source) { ...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/DefaultIfEmpty.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/DefaultIfEmpty.cs", "repo_id": "jynew", "token_count": 2464 }
1,508
using Cysharp.Threading.Tasks.Internal; using System; using System.Threading; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static UniTask ForEachAsync<TSource>(this IUniTaskAsyncEnumerable<TSource> source, Action<TSource> action, CancellationToke...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/ForEach.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/ForEach.cs", "repo_id": "jynew", "token_count": 3677 }
1,509
using System; using System.Collections.Generic; using System.Threading; using Cysharp.Threading.Tasks.Internal; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static UniTask<TSource> MinAsync<TSource>(this IUniTaskAsyncEnumerable<TSource> source, C...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Min.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Min.cs", "repo_id": "jynew", "token_count": 3401 }
1,510
using Cysharp.Threading.Tasks.Internal; using System.Threading; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static IUniTaskAsyncEnumerable<int> Range(int start, int count) { if (count < 0) throw Error.ArgumentOutOfRange(nameo...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Range.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Range.cs", "repo_id": "jynew", "token_count": 1015 }
1,511
using Cysharp.Threading.Tasks.Internal; using System; using System.Threading; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static IUniTaskAsyncEnumerable<TSource> Skip<TSource>(this IUniTaskAsyncEnumerable<TSource> source, Int32 count) { ...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Skip.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Skip.cs", "repo_id": "jynew", "token_count": 1083 }
1,512
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 IUniTaskAsyncEnumerable<TSource> TakeLast<TSource>(this IUniTaskAsyncEnumerable<TS...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/TakeLast.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/TakeLast.cs", "repo_id": "jynew", "token_count": 3295 }
1,513
using Cysharp.Threading.Tasks.Internal; using System.Collections.Generic; using System.Threading; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static UniTask<List<TSource>> ToListAsync<TSource>(this IUniTaskAsyncEnumerable<TSource> source, Cancel...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/ToList.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/ToList.cs", "repo_id": "jynew", "token_count": 607 }
1,514
fileFormatVersion: 2 guid: 1ec39f1c41c305344854782c935ad354 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/UnityExtensions/EveryValueChanged.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/UnityExtensions/EveryValueChanged.cs.meta", "repo_id": "jynew", "token_count": 94 }
1,515
fileFormatVersion: 2 guid: 19f4e6575150765449cc99f25f06f25f MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniTask/Runtime/TaskPool.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/TaskPool.cs.meta", "repo_id": "jynew", "token_count": 93 }
1,516
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System.Threading; using UnityEngine; #if !UNITY_2019_1_OR_NEWER || UNITASK_UGUI_SUPPORT using UnityEngine.EventSystems; #endif namespace Cysharp.Threading.Tasks.Triggers { #region FixedUpdate public interface IAsyncF...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Triggers/MonoBehaviourMessagesTriggers.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Triggers/MonoBehaviourMessagesTriggers.cs", "repo_id": "jynew", "token_count": 58598 }
1,517
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; using System.Collections.Generic; using System.Threading; using Cysharp.Threading.Tasks.Internal; namespace Cysharp.Threading.Tasks { public partial struct UniTask { public static UniTask<T[]> When...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/UniTask.WhenAll.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/UniTask.WhenAll.cs", "repo_id": "jynew", "token_count": 4445 }
1,518
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; using System.Runtime.ExceptionServices; using System.Threading; using Cysharp.Threading.Tasks.Internal; namespace Cysharp.Threading.Tasks { public static class UniTaskObservableExtensions { public ...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/UniTaskObservableExtensions.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/UniTaskObservableExtensions.cs", "repo_id": "jynew", "token_count": 11537 }
1,519
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; using System.Runtime.CompilerServices; using System.Threading; using UnityEngine; using Cysharp.Threading.Tasks.Internal; #if ENABLE_UNITYWEBREQUEST && (!UNITY_2019_1_OR_NEWER || UNITASK_WEBREQUEST_SUPPORT) using U...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/UnityAsyncExtensions.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/UnityAsyncExtensions.cs", "repo_id": "jynew", "token_count": 16141 }
1,520
fileFormatVersion: 2 guid: 052c77bf0e3505940a37e8fd340fc1d0 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/WSA/ARM64.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/WSA/ARM64.meta", "repo_id": "jynew", "token_count": 70 }
1,521
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1645940586748500165 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 7439289552256502500} - component: {fileID: 785...
jynew/jyx2/Assets/Prefabs/CurrentBattleRoleTag.prefab/0
{ "file_path": "jynew/jyx2/Assets/Prefabs/CurrentBattleRoleTag.prefab", "repo_id": "jynew", "token_count": 1277 }
1,522
fileFormatVersion: 2 guid: ef7126626e8aba3469738efa8b3b7386 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Prefabs/Joystick.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/Prefabs/Joystick.prefab.meta", "repo_id": "jynew", "token_count": 65 }
1,523