text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
fileFormatVersion: 2 guid: 248765803c67b8b4fa6589a3d0f7bc47 timeCreated: 1520699955 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/RangeSliderLimitMinSetter.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/RangeSlider/Int/RangeSliderLimitMinSetter.cs.meta", "repo_id": "jynew", "token_count": 109 }
1,457
#if UIWIDGETS_DATABIND_SUPPORT namespace UIWidgets.DataBind { using Slash.Unity.DataBind.Foundation.Synchronizers; using UnityEngine; /// <summary> /// Synchronizer for the Value of a Spinner. /// </summary> public class SpinnerValueSynchronizer : ComponentDataSynchronizer<UIWidgets.Spinner, int> { SpinnerVal...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Int/SpinnerValueSynchronizer.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/DataBindSupport/Spinner/Int/SpinnerValueSynchronizer.cs", "repo_id": "jynew", "token_count": 407 }
1,458
initial
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/I2LocalizationSupport/recompilation.status/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/I2LocalizationSupport/recompilation.status", "repo_id": "jynew", "token_count": 1 }
1,459
#if UIWIDGETS_TMPRO_SUPPORT namespace UIWidgets.TMProSupport { using TMPro; using UnityEngine; /// <summary> /// Calendar TMPro. /// </summary> public class CalendarTMPro : CalendarBase, IUpgradeable { [SerializeField] [HideInInspector] [System.Obsolete("Replaced with DateTextAdapter")] TextMeshProUGUI ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Calendar/CalendarTMPro.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Calendar/CalendarTMPro.cs", "repo_id": "jynew", "token_count": 579 }
1,460
fileFormatVersion: 2 guid: 7d57f7725df662d4998d7dc5f9d936c7 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Dialog/DialogButtonComponentTMPro.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Dialog/DialogButtonComponentTMPro.cs.meta", "repo_id": "jynew", "token_count": 73 }
1,461
fileFormatVersion: 2 guid: d06048c8e412da34cb1a3eb8c69261f8 folderAsset: yes timeCreated: 1544718708 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/InputField.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/InputField.meta", "repo_id": "jynew", "token_count": 76 }
1,462
fileFormatVersion: 2 guid: bf97026f7e8590644b1e18bd8a10f027 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Progressbar/ProgressbarDeterminateTMPro.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Progressbar/ProgressbarDeterminateTMPro.cs.meta", "repo_id": "jynew", "token_count": 71 }
1,463
#if UIWIDGETS_TMPRO_SUPPORT namespace UIWidgets.TMProSupport { /// <summary> /// TabIconDefaultButtonTMPro. /// </summary> public class TabIconDefaultButtonTMPro : TabIconButtonTMPro { } } #endif
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Tabs/TabIconDefaultButtonTMPro.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/ThirdPartySupport/TMProSupport/Scripts/Tabs/TabIconDefaultButtonTMPro.cs", "repo_id": "jynew", "token_count": 75 }
1,464
namespace UIWidgets { /// <summary> /// Tooltip string. /// </summary> public class TooltipString : Tooltip<string, TooltipString> { /// <summary> /// Text. /// </summary> public TextAdapter Text; /// <summary> /// Item. /// </summary> public string Item { get; protected set; } /// <i...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/TooltipString.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Tooltips/TooltipString.cs", "repo_id": "jynew", "token_count": 209 }
1,465
namespace UIWidgets { using System; using System.Collections.Generic; /// <summary> /// Layout with compact order and items at any line. /// </summary> /// <typeparam name="TData">Type of the data.</typeparam> /// <typeparam name="TPoint">Type of the points.</typeparam> public class TrackLayoutAnyLineCompact<...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/Layouts/TrackLayoutAnyLineCompact.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/Layouts/TrackLayoutAnyLineCompact.cs", "repo_id": "jynew", "token_count": 828 }
1,466
namespace UIWidgets { using System; using UnityEngine; using UnityEngine.EventSystems; /// <summary> /// Base class for the data view. /// </summary> /// <typeparam name="TData">Type of the data.</typeparam> /// <typeparam name="TPoint">Type of the points.</typeparam> [RequireComponent(typeof(RectTransform))...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/TrackDataViewBase.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TracksView/TrackDataViewBase.cs", "repo_id": "jynew", "token_count": 1955 }
1,467
fileFormatVersion: 2 guid: 06362fafef249614a960f368af809c6c MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeGraph/TreeGraph.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeGraph/TreeGraph.cs.meta", "repo_id": "jynew", "token_count": 68 }
1,468
fileFormatVersion: 2 guid: 62fe9798d6a6e88489c1c4a53bdb3a8c labels: - TreeNode - Uiwidgets MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeNode.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeNode.cs.meta", "repo_id": "jynew", "token_count": 88 }
1,469
fileFormatVersion: 2 guid: 4d7a29e0d5fc39347a11f080d254e403 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeViewDataSourceItem.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/TreeView/TreeViewDataSourceItem.cs.meta", "repo_id": "jynew", "token_count": 71 }
1,470
fileFormatVersion: 2 guid: 3a10cb23ebe1d7c49b33b587379b4e33 folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities.meta", "repo_id": "jynew", "token_count": 47 }
1,471
fileFormatVersion: 2 guid: ea1ac9c717d56204fa9cf3697e7dfc70 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/EnumHelper.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/EnumHelper.cs.meta", "repo_id": "jynew", "token_count": 96 }
1,472
namespace UIWidgets { /// <summary> /// Instance ID. /// </summary> public struct InstanceID { private readonly int id; /// <summary> /// Initializes a new instance of the <see cref="InstanceID"/> struct. /// </summary> /// <param name="obj">Object.</param> public InstanceID(UnityEngine.Object obj) ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/InstanceID.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/InstanceID.cs", "repo_id": "jynew", "token_count": 1019 }
1,473
namespace UIWidgets { using System.Collections; using UnityEngine; /// <summary> /// Slide up. Helper component for Notify. /// </summary> [RequireComponent(typeof(RectTransform))] public class SlideUp : MonoBehaviour { /// <summary> /// Animate with unscaled time. /// </summary> public bool UnscaledT...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/SlideUp.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/SlideUp.cs", "repo_id": "jynew", "token_count": 726 }
1,474
namespace UIWidgets { using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// RectTransform utilities. /// </summary> public static class UtilitiesRectTransform { /// <summary> /// Get top left corner anchored position of the s...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/UtilitiesRectTransform.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/Utilities/UtilitiesRectTransform.cs", "repo_id": "jynew", "token_count": 1052 }
1,475
#if UIWIDGETS_DATABIND_SUPPORT && UNITY_EDITOR namespace UIWidgets.DataBindSupport { using System; using System.Collections.Generic; using System.IO; using UIWidgets; using UIWidgets.Extensions; using UnityEditor; using UnityEngine; /// <summary> /// DataBind scripts generator. /// </summary> public class ...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/DataBindSupport/DataBindGenerator.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/DataBindSupport/DataBindGenerator.cs", "repo_id": "jynew", "token_count": 1729 }
1,476
namespace UIWidgets.WidgetGeneration { using System; using System.Collections; using UnityEngine; /// <summary> /// Prefabs generator. /// </summary> [ExecuteInEditMode] public class PrefabsGeneratorStarter : MonoBehaviour { /// <summary> /// Full Type name of the prefabs generator class. /// </summary...
jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/PrefabsGeneratorStarter.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Scripts/WidgetGeneration/PrefabsGeneratorStarter.cs", "repo_id": "jynew", "token_count": 398 }
1,477
fileFormatVersion: 2 guid: c7f05caa360002a40a4c7e535ee77c23 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIFlareGlobal.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIFlareGlobal.shader.meta", "repo_id": "jynew", "token_count": 80 }
1,478
fileFormatVersion: 2 guid: 17a2e0aa196358945b19fea932ab403a ShaderImporter: defaultTextures: [] userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIGradientShaderVLineRGB.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/Shaders/UIGradientShaderVLineRGB.shader.meta", "repo_id": "jynew", "token_count": 47 }
1,479
fileFormatVersion: 2 guid: 9da42501d3f8e6648bec9d37493ebd00 TextScriptImporter: userData:
jynew/jyx2/Assets/Plugins/New UI Widgets/changelog.txt.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/New UI Widgets/changelog.txt.meta", "repo_id": "jynew", "token_count": 41 }
1,480
// Copyright (c) 2021 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 UnityEditor; [InitializeOnLoad] public class UnityUISetup { ...
jynew/jyx2/Assets/Plugins/Rewired/Integration/UnityUI/Editor/UnityUISetup.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Integration/UnityUI/Editor/UnityUISetup.cs", "repo_id": "jynew", "token_count": 475 }
1,481
fileFormatVersion: 2 guid: be49c21db88455c49a8eb1e1f7bf1bab folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Assets/Extras.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Assets/Extras.meta", "repo_id": "jynew", "token_count": 47 }
1,482
%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/3DconnexionKMJEmulator.asset/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/3DconnexionKMJEmulator.asset", "repo_id": "jynew", "token_count": 15827 }
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/AppleiOSMfiController.asset/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/AppleiOSMfiController.asset", "repo_id": "jynew", "token_count": 20109 }
1,484
fileFormatVersion: 2 guid: 7e9b5836ed400864b81cb0175ae50e21 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/LogitechAttack3.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/LogitechAttack3.asset.meta", "repo_id": "jynew", "token_count": 40 }
1,485
fileFormatVersion: 2 guid: 6aeba615ab8394c43b0f67bc9be1c6da labels: - Input - Joysticks - Controllers - Rewired - Hotplugging - Keyboard - Mouse - Touch - InputManager - Control - Gamepad - Controller - Joystick - Xbox360 - XInput - DirectInput - RawInput timeCreated: 1462842355 licenseType: Store NativeFormatImporter:...
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/LogitechG25.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/LogitechG25.asset.meta", "repo_id": "jynew", "token_count": 140 }
1,486
fileFormatVersion: 2 guid: 10f138a68fc210146abb61e0f19f8433 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MadCatzCYBORGV1.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MadCatzCYBORGV1.asset.meta", "repo_id": "jynew", "token_count": 40 }
1,487
fileFormatVersion: 2 guid: 228192069e855894ea68d577ba449e4f NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MicrosoftSideWinderPrecisionPro.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/MicrosoftSideWinderPrecisionPro.asset.meta", "repo_id": "jynew", "token_count": 38 }
1,488
fileFormatVersion: 2 guid: 80487ad48e254e343a231e8344cb22b4 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/NintendoSwitchJoyCon_Right.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/NintendoSwitchJoyCon_Right.asset.meta", "repo_id": "jynew", "token_count": 39 }
1,489
fileFormatVersion: 2 guid: 52bff7a274246f641a58d7c22b604e32 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/OculusRemote.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/OculusRemote.asset.meta", "repo_id": "jynew", "token_count": 41 }
1,490
fileFormatVersion: 2 guid: 47066c55bbf750348a292bf06d03e4c6 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/ProFlightTrainerPUMA.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/ProFlightTrainerPUMA.asset.meta", "repo_id": "jynew", "token_count": 40 }
1,491
fileFormatVersion: 2 guid: 2b7ee0c33df0529408f498728b85f0c3 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/SaitekP880.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekP880.asset.meta", "repo_id": "jynew", "token_count": 110 }
1,492
fileFormatVersion: 2 guid: 9b3a2bb648ad56f439c49e68956d9895 labels: - Input - Joysticks - Controllers - Rewired - Hotplugging - Keyboard - Mouse - Touch - InputManager - Control - Gamepad - Controller - Joystick - Xbox360 - XInput - DirectInput NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekX45.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SaitekX45.asset.meta", "repo_id": "jynew", "token_count": 104 }
1,493
fileFormatVersion: 2 guid: 861f879f8377fa442997d510f0405e0f NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SatechiST-UBGC.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SatechiST-UBGC.asset.meta", "repo_id": "jynew", "token_count": 42 }
1,494
fileFormatVersion: 2 guid: 85dd666458e007548970f68ea256f9ee NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SonyPS4Guitar.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SonyPS4Guitar.asset.meta", "repo_id": "jynew", "token_count": 38 }
1,495
fileFormatVersion: 2 guid: aad0ba8612167154c8221413c776cf26 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SteelSeriesNimbus_MFi.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/SteelSeriesNimbus_MFi.asset.meta", "repo_id": "jynew", "token_count": 39 }
1,496
%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/SixDoFController.asset/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/Templates/SixDoFController.asset", "repo_id": "jynew", "token_count": 12727 }
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: 323110133, guid: 09c9b883b79ef864a99683bb36c5776d, type: 3} m_N...
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/VRinsightShipConsole.asset/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/Controllers/HardwareMaps/Joysticks/VRinsightShipConsole.asset", "repo_id": "jynew", "token_count": 42896 }
1,498
fileFormatVersion: 2 guid: b311b23625a1b9242b0fd80fcf8cba96 NativeFormatImporter: userData:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/CustomCalculations/AccelerometerRelRollFromGravity.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Data/CustomCalculations/AccelerometerRelRollFromGravity.asset.meta", "repo_id": "jynew", "token_count": 42 }
1,499
fileFormatVersion: 2 guid: c26870ff805786e429c8ab8592364540 folderAsset: yes timeCreated: 1533327746 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Native/WindowsStandalone.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Native/WindowsStandalone.meta", "repo_id": "jynew", "token_count": 73 }
1,500
fileFormatVersion: 2 guid: 5325b527237e07f4d9c7ef1b918f1bad PluginImporter: externalObjects: {} serializedVersion: 2 iconMap: {} executionOrder: {} isPreloaded: 0 isOverridable: 0 platformData: - first: '': Any second: enabled: 0 settings: Exclude Android: 1 Exclude...
jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Rewired_OSX.dll.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Libraries/Runtime/Rewired_OSX.dll.meta", "repo_id": "jynew", "token_count": 1193 }
1,501
// 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; [System.ComponentModel.Brow...
jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Editor/CustomInspectors/ControllerDataFilesInspector.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Editor/CustomInspectors/ControllerDataFilesInspector.cs", "repo_id": "jynew", "token_count": 255 }
1,502
// Copyright (c) 2015 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; [System.ComponentModel.Brow...
jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Editor/CustomInspectors/UserDataStore_PlayerPrefsInspector.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Rewired/Internal/Scripts/Editor/CustomInspectors/UserDataStore_PlayerPrefsInspector.cs", "repo_id": "jynew", "token_count": 586 }
1,503
fileFormatVersion: 2 guid: abd7732135a6f85438797cf79771443a timeCreated: 1606141051 licenseType: Store TextScriptImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Editor.xml.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Editor.xml.meta", "repo_id": "jynew", "token_count": 71 }
1,504
fileFormatVersion: 2 guid: 4c8463be289381f4b8d730cc983a131b timeCreated: 1571835978 TextScriptImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/link.xml.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Assemblies/link.xml.meta", "repo_id": "jynew", "token_count": 66 }
1,505
fileFormatVersion: 2 guid: 7b491607886dba945b41188848df2f7c NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/GeneralDrawerConfig.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/GeneralDrawerConfig.asset.meta", "repo_id": "jynew", "token_count": 73 }
1,506
fileFormatVersion: 2 guid: 92ea4518d6ddba64e9ffc990b334ebdf folderAsset: yes timeCreated: 1606144817 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts.meta", "repo_id": "jynew", "token_count": 75 }
1,507
//----------------------------------------------------------------------- // <copyright file="Vector2IntMinMaxAttributeDrawer.cs" company="Sirenix IVS"> // Copyright (c) Sirenix IVS. All rights reserved. // </copyright> //----------------------------------------------------------------------- #if UNITY_EDITOR && UNIT...
jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/Vector2IntMinMaxAttributeDrawer.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Odin Inspector/Scripts/Editor/Vector2IntMinMaxAttributeDrawer.cs", "repo_id": "jynew", "token_count": 1194 }
1,508
fileFormatVersion: 2 guid: 363cbc9fdc8ba8c44aefbef0e2de5976 timeCreated: 1606141026 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/Sirenix/Source/Source.zip.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/Sirenix/Source/Source.zip.meta", "repo_id": "jynew", "token_count": 73 }
1,509
fileFormatVersion: 2 guid: 512a49d95c0c4332bdd98131869c23c9 folderAsset: yes timeCreated: 1441876896 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets.meta", "repo_id": "jynew", "token_count": 76 }
1,510
fileFormatVersion: 2 guid: e9f693669af91aa45ad615fc681ed29f folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders.meta", "repo_id": "jynew", "token_count": 67 }
1,511
fileFormatVersion: 2 guid: c8d12adcee749c344b8117cf7c7eb912 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta", "repo_id": "jynew", "token_count": 81 }
1,512
fileFormatVersion: 2 guid: 3997e2241185407d80309a82f9148466 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta", "repo_id": "jynew", "token_count": 77 }
1,513
#if !(UNITY_IPHONE || UNITY_ANDROID || UNITY_METRO) using UnityEngine; using UniRx.Triggers; // for enable gameObject.EventAsObservbale() namespace UniRx.Examples { public class Sample03_GameObjectAsObservable : MonoBehaviour { void Start() { // All events can subscribe by ***AsOb...
jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample03_GameObjectAsObservable.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample03_GameObjectAsObservable.cs", "repo_id": "jynew", "token_count": 338 }
1,514
using System; using System.Collections; using UniRx.Diagnostics; using UnityEngine; namespace UniRx.Examples { public class Sample11_Logger { // UniRx.Diagnostics.Logger // logger is threadsafe, define per class with name. static readonly UniRx.Diagnostics.Logger logger = new UniRx.Diagnosti...
jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample11_Logger.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Examples/Sample11_Logger.cs", "repo_id": "jynew", "token_count": 585 }
1,515
fileFormatVersion: 2 guid: eaf9ac9937118834c86197511fd5317f folderAsset: yes timeCreated: 1455373896 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts.meta", "repo_id": "jynew", "token_count": 74 }
1,516
#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.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace UniRx.InternalUtil { internal static class Promi...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/InternalUtil/PromiseHelper.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/InternalUtil/PromiseHelper.cs", "repo_id": "jynew", "token_count": 349 }
1,517
using System; namespace UniRx.Operators { internal class CastObservable<TSource, TResult> : OperatorObservableBase<TResult> { readonly IObservable<TSource> source; public CastObservable(IObservable<TSource> source) : base(source.IsRequiredSubscribeOnCurrentThread()) { ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Cast.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Cast.cs", "repo_id": "jynew", "token_count": 853 }
1,518
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UniRx.Operators { internal class DelayObservable<T> : OperatorObservableBase<T> { readonly IObservable<T> source; readonly TimeSpan dueTime; readonly IScheduler scheduler; public De...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Delay.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Delay.cs", "repo_id": "jynew", "token_count": 4746 }
1,519
using System; using UniRx.Operators; namespace UniRx.Operators { internal class FirstObservable<T> : OperatorObservableBase<T> { readonly IObservable<T> source; readonly bool useDefault; readonly Func<T, bool> predicate; public FirstObservable(IObservable<T> source, bool useDe...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/First.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/First.cs", "repo_id": "jynew", "token_count": 3080 }
1,520
using System; namespace UniRx.Operators { internal class NeverObservable<T> : OperatorObservableBase<T> { public NeverObservable() : base(false) { } protected override IDisposable SubscribeCore(IObserver<T> observer, IDisposable cancel) { return...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Never.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Never.cs", "repo_id": "jynew", "token_count": 355 }
1,521
using System; namespace UniRx.Operators { internal class RepeatObservable<T> : OperatorObservableBase<T> { readonly T value; readonly int? repeatCount; readonly IScheduler scheduler; public RepeatObservable(T value, int? repeatCount, IScheduler scheduler) : base(sc...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Repeat.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Repeat.cs", "repo_id": "jynew", "token_count": 1740 }
1,522
using System; namespace UniRx.Operators { internal class SingleObservable<T> : OperatorObservableBase<T> { readonly IObservable<T> source; readonly bool useDefault; readonly Func<T, bool> predicate; public SingleObservable(IObservable<T> source, bool useDefault) : ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Single.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Single.cs", "repo_id": "jynew", "token_count": 3438 }
1,523
using System; using UniRx.Operators; namespace UniRx.Operators { internal class SynchronizeObservable<T> : OperatorObservableBase<T> { readonly IObservable<T> source; readonly object gate; public SynchronizeObservable(IObservable<T> source, object gate) : base(source.IsReq...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Synchronize.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Synchronize.cs", "repo_id": "jynew", "token_count": 847 }
1,524
using System; namespace UniRx.Operators { internal class ThrowObservable<T> : OperatorObservableBase<T> { readonly Exception error; readonly IScheduler scheduler; public ThrowObservable(Exception error, IScheduler scheduler) : base(scheduler == Scheduler.CurrentThread) ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Throw.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Throw.cs", "repo_id": "jynew", "token_count": 1030 }
1,525
using System; using UniRx.InternalUtil; namespace UniRx.Operators { internal class Wait<T> : IObserver<T> { static readonly TimeSpan InfiniteTimeSpan = new TimeSpan(0, 0, 0, 0, -1); // from .NET 4.5 readonly IObservable<T> source; readonly TimeSpan timeout; System.Threading.M...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Wait.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Operators/Wait.cs", "repo_id": "jynew", "token_count": 809 }
1,526
using System; namespace UniRx { public interface IConnectableObservable<T> : IObservable<T> { IDisposable Connect(); } public static partial class Observable { class ConnectableObservable<T> : IConnectableObservable<T> { readonly IObservable<T> source; ...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/Subjects/ConnectableObservable.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/Subjects/ConnectableObservable.cs", "repo_id": "jynew", "token_count": 1198 }
1,527
fileFormatVersion: 2 guid: 5a2d3a7c73260e14a875d62586ae28f9 timeCreated: 1455373899 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/System/IOptimizedObservable.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/System/IOptimizedObservable.cs.meta", "repo_id": "jynew", "token_count": 104 }
1,528
fileFormatVersion: 2 guid: c6fa31db6d33195438d3a9c49effc512 folderAsset: yes timeCreated: 1455373896 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge.meta", "repo_id": "jynew", "token_count": 77 }
1,529
using System; using System.Collections.Generic; using System.Text; using UnityEngine; namespace UniRx.Diagnostics { public class ObservableLogger : IObservable<LogEntry> { static readonly Subject<LogEntry> logPublisher = new Subject<LogEntry>(); public static readonly ObservableLogger Listene...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/ObservableLogger.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/ObservableLogger.cs", "repo_id": "jynew", "token_count": 310 }
1,530
#if !(UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 || UNITY_4_5 || UNITY_4_6 || UNITY_5_0 || UNITY_5_1 || UNITY_5_2) #define SupportCustomYieldInstruction #endif using System; using System.Collections; using System.Collections.Generic; using UniRx.InternalUtil; using UniRx.Triggers; using UnityEngine...
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Observable.Unity.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Observable.Unity.cs", "repo_id": "jynew", "token_count": 21838 }
1,531
fileFormatVersion: 2 guid: a55cce9ef638364409d1227a25a32421 timeCreated: 1467771656 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FrameTimeInterval.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FrameTimeInterval.cs.meta", "repo_id": "jynew", "token_count": 100 }
1,532
fileFormatVersion: 2 guid: 2e22185fb1dbcef42bc613efd4769011 timeCreated: 1455373898 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveCollection.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveCollection.cs.meta", "repo_id": "jynew", "token_count": 99 }
1,533
fileFormatVersion: 2 guid: 3a81a9b6bec6b4f4fba7e0047cd989f6 timeCreated: 1455373898 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableBeginDragTrigger.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableBeginDragTrigger.cs.meta", "repo_id": "jynew", "token_count": 105 }
1,534
fileFormatVersion: 2 guid: f2ffa8b5af3474446a310bb6aa0b180a timeCreated: 1455373902 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDropTrigger.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDropTrigger.cs.meta", "repo_id": "jynew", "token_count": 102 }
1,535
fileFormatVersion: 2 guid: d10150b3ca6f3924baae5bce4343f6c4 timeCreated: 1455373901 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerExtensions.Component.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerExtensions.Component.cs.meta", "repo_id": "jynew", "token_count": 103 }
1,536
#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; namespace Cysharp.Threa...
jynew/jyx2/Assets/Plugins/UniTask/Editor/UniTaskTrackerWindow.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Editor/UniTaskTrackerWindow.cs", "repo_id": "jynew", "token_count": 3470 }
1,537
fileFormatVersion: 2 guid: 70c907d5f62785546914ae5d1f5c63bf folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniTask/Runtime/External.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/External.meta", "repo_id": "jynew", "token_count": 71 }
1,538
{ "name": "UniTask.TextMeshPro", "references": [ "UniTask", "Unity.TextMeshPro" ], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true, "defineConstraints": [], ...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/External/TextMeshPro/UniTask.TextMeshPro.asmdef/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/External/TextMeshPro/UniTask.TextMeshPro.asmdef", "repo_id": "jynew", "token_count": 257 }
1,539
fileFormatVersion: 2 guid: f80fb1c9ed4c99447be1b0a47a8d980b MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Internal/DiagnosticsExtensions.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Internal/DiagnosticsExtensions.cs.meta", "repo_id": "jynew", "token_count": 97 }
1,540
namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static IUniTaskAsyncEnumerable<TSource> AsUniTaskAsyncEnumerable<TSource>(this IUniTaskAsyncEnumerable<TSource> source) { return source; } } }
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/AsUniTaskAsyncEnumerable.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/AsUniTaskAsyncEnumerable.cs", "repo_id": "jynew", "token_count": 125 }
1,541
using Cysharp.Threading.Tasks.Internal; using System; using System.Threading; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static UniTask<Int32> CountAsync<TSource>(this IUniTaskAsyncEnumerable<TSource> source, CancellationToken cancellationToken...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Count.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Count.cs", "repo_id": "jynew", "token_count": 2446 }
1,542
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> Except<TSource>(this IUniTaskAsyncEnumerable<TSou...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Except.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Except.cs", "repo_id": "jynew", "token_count": 2024 }
1,543
using Cysharp.Threading.Tasks.Internal; using System; using System.Threading; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static UniTask<long> LongCountAsync<TSource>(this IUniTaskAsyncEnumerable<TSource> source, CancellationToken cancellationTo...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/LongCount.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/LongCount.cs", "repo_id": "jynew", "token_count": 2459 }
1,544
using Cysharp.Threading.Tasks.Internal; using System; using System.Threading; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static IConnectableUniTaskAsyncEnumerable<TSource> Publish<TSource>(this IUniTaskAsyncEnumerable<TSource> source) {...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Publish.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Publish.cs", "repo_id": "jynew", "token_count": 2737 }
1,545
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> SequenceEqualAsync<TSource>(this IUniTaskAsyncEnumerable<TSource>...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/SequenceEqual.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/SequenceEqual.cs", "repo_id": "jynew", "token_count": 2005 }
1,546
using System; using System.Threading; using Cysharp.Threading.Tasks.Internal; namespace Cysharp.Threading.Tasks.Linq { public static partial class UniTaskAsyncEnumerable { public static UniTask<Int32> SumAsync(this IUniTaskAsyncEnumerable<Int32> source, CancellationToken cancellationToken = default) ...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Sum.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/Sum.cs", "repo_id": "jynew", "token_count": 21671 }
1,547
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<Dictionary<TKey, TSource>> ToDictionaryAsync<TSource, TKey>(this IUniTaskA...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/ToDictionary.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/ToDictionary.cs", "repo_id": "jynew", "token_count": 6024 }
1,548
fileFormatVersion: 2 guid: fd0e78870d830f5478ae8976ad212e3b folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/UnityExtensions.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Linq/UnityExtensions.meta", "repo_id": "jynew", "token_count": 70 }
1,549
fileFormatVersion: 2 guid: 57095a17fdca7ee4380450910afc7f26 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Plugins/UniTask/Runtime/PlayerLoopTimer.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/PlayerLoopTimer.cs.meta", "repo_id": "jynew", "token_count": 92 }
1,550
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; using System.Threading; using UnityEngine; namespace Cysharp.Threading.Tasks.Triggers { public abstract class AsyncTriggerBase<T> : MonoBehaviour, IUniTaskAsyncEnumerable<T> { TriggerEvent<T> trigg...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/Triggers/AsyncTriggerBase.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/Triggers/AsyncTriggerBase.cs", "repo_id": "jynew", "token_count": 4434 }
1,551
#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 WaitUntil...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/UniTask.WaitUntil.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/UniTask.WaitUntil.cs", "repo_id": "jynew", "token_count": 10210 }
1,552
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System.Collections.Generic; namespace Cysharp.Threading.Tasks { public static partial class UniTaskExtensions { // shorthand of WhenAll public static UniTask.Awaiter GetAwaiter(this UniTask[] t...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/UniTaskExtensions.Shorthand.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/UniTaskExtensions.Shorthand.cs", "repo_id": "jynew", "token_count": 5947 }
1,553
#if ENABLE_MANAGED_JOBS #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; using System.Threading; using Unity.Jobs; using UnityEngine; namespace Cysharp.Threading.Tasks { public static partial class UnityAsyncExtensions { public static async UniTa...
jynew/jyx2/Assets/Plugins/UniTask/Runtime/UnityAsyncExtensions.Jobs.cs/0
{ "file_path": "jynew/jyx2/Assets/Plugins/UniTask/Runtime/UnityAsyncExtensions.Jobs.cs", "repo_id": "jynew", "token_count": 1535 }
1,554
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: CurrentBattleRoleTag serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_R...
jynew/jyx2/Assets/Prefabs/CurrentBattleRoleTag.anim/0
{ "file_path": "jynew/jyx2/Assets/Prefabs/CurrentBattleRoleTag.anim", "repo_id": "jynew", "token_count": 5078 }
1,555
fileFormatVersion: 2 guid: ad0d8448f393b1c4f805917cbafe1bc0 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Prefabs/GameViewport.meta/0
{ "file_path": "jynew/jyx2/Assets/Prefabs/GameViewport.meta", "repo_id": "jynew", "token_count": 70 }
1,556