text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using Unity.Collections; using Unity.Collections.LowLevel.Unsafe; using UnityEngine.Bindings; namespace UnityEn...
UnityCsReference/Modules/UIElements/Core/Native/TextNative.bindings.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Native/TextNative.bindings.cs", "repo_id": "UnityCsReference", "token_count": 1856 }
500
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using Unity.Collections; namespace UnityEngine.UIElements.UIR { internal class DetachedAllocator : IDisposable ...
UnityCsReference/Modules/UIElements/Core/Renderer/UIRDetachedAllocator.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Renderer/UIRDetachedAllocator.cs", "repo_id": "UnityCsReference", "token_count": 1229 }
501
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using System.Globalization; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Unity...
UnityCsReference/Modules/UIElements/Core/Renderer/UIRMeshGenerator.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Renderer/UIRMeshGenerator.cs", "repo_id": "UnityCsReference", "token_count": 40628 }
502
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.CompilerServices; using Unity.Jobs.LowLevel.Unsafe; using Unity.Profiling; using UnityEngine.UIElements.UIR; namespace UnityEngi...
UnityCsReference/Modules/UIElements/Core/Renderer/UIRUtility.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Renderer/UIRUtility.cs", "repo_id": "UnityCsReference", "token_count": 3911 }
503
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; namespace UnityEngine.UIElements { /// <summary> /// Define a custom style property for an element to be retrieved with <see cref="CustomStyl...
UnityCsReference/Modules/UIElements/Core/Style/CustomStyle.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Style/CustomStyle.cs", "repo_id": "UnityCsReference", "token_count": 1845 }
504
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License /******************************************************************************/ // // DO NOT MODIFY // This file has been gene...
UnityCsReference/Modules/UIElements/Core/Style/Generated/StyleDebug.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Style/Generated/StyleDebug.cs", "repo_id": "UnityCsReference", "token_count": 46415 }
505
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Globalization; using UnityEngine.Bindings; namespace UnityEngine.UIElements { /// <summary> /// Represents the scale applied as ...
UnityCsReference/Modules/UIElements/Core/Style/Scale.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Style/Scale.cs", "repo_id": "UnityCsReference", "token_count": 1338 }
506
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System.Collections.Generic; using UnityEngine.Bindings; namespace UnityEngine.UIElements.StyleSheets { [VisibleToOtherModules("UnityEditor.UIBuilderModu...
UnityCsReference/Modules/UIElements/Core/Style/StylePropertyUtil.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Style/StylePropertyUtil.cs", "repo_id": "UnityCsReference", "token_count": 647 }
507
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using JetBrains.Annotations; using Unity.Profiling; using UnityEngine.Assertions; using UnityEngine.Pool; using Unit...
UnityCsReference/Modules/UIElements/Core/StylePropertyAnimationSystem.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/StylePropertyAnimationSystem.cs", "repo_id": "UnityCsReference", "token_count": 35125 }
508
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using UnityEngine.Bindings; using TableType = System.Collections.Generic.Dictionary<string, UnityEngine.UIElements.S...
UnityCsReference/Modules/UIElements/Core/StyleSheets/StyleSheet.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/StyleSheets/StyleSheet.cs", "repo_id": "UnityCsReference", "token_count": 8132 }
509
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using UnityEngine.UIElements.StyleSheets.Syntax; namespace...
UnityCsReference/Modules/UIElements/Core/StyleSheets/Validation/StyleMatcher.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/StyleSheets/Validation/StyleMatcher.cs", "repo_id": "UnityCsReference", "token_count": 13238 }
510
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.UIElements.StyleSheets; namespace UnityEngine.UIElements.Experimental { /// <summary> /// Container object used to animate ...
UnityCsReference/Modules/UIElements/Core/Transitions.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/Transitions.cs", "repo_id": "UnityCsReference", "token_count": 14081 }
511
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEngine.Bindings; namespace UnityEngine.UIElements { ///...
UnityCsReference/Modules/UIElements/Core/UXML/UxmlFactory.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/UXML/UxmlFactory.cs", "repo_id": "UnityCsReference", "token_count": 6996 }
512
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License namespace UnityEngine.UIElements { public partial class VisualElement { internal static readonly BindingId viewDataKeyProperty = nameof(viewDataKey)...
UnityCsReference/Modules/UIElements/Core/VisualElementBindableProperties.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/VisualElementBindableProperties.cs", "repo_id": "UnityCsReference", "token_count": 596 }
513
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using Unity.Profiling; using UnityEngine.Bindings; using UnityEngine.UIElements.StyleSheets; namespace UnityEngine....
UnityCsReference/Modules/UIElements/Core/VisualTreeStyleUpdater.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/Core/VisualTreeStyleUpdater.cs", "repo_id": "UnityCsReference", "token_count": 9676 }
514
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System.Runtime.InteropServices; using UnityEngine.Bindings; namespace UnityEngine.UIElements; [NativeType(Header = "Modules/UIElements/VisualNodeImguiData.h...
UnityCsReference/Modules/UIElements/ScriptBindings/VisualNodeImguiData.bindings.cs/0
{ "file_path": "UnityCsReference/Modules/UIElements/ScriptBindings/VisualNodeImguiData.bindings.cs", "repo_id": "UnityCsReference", "token_count": 153 }
515
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine; using UnityEngine.UIElements; namespace UnityEditor.UIElements.Bindings; class SerializedIsExpandedBinding : SerializedObjectBindingPropertyTo...
UnityCsReference/Modules/UIElementsEditor/Bindings/SerializedIsExpandedBinding.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsEditor/Bindings/SerializedIsExpandedBinding.cs", "repo_id": "UnityCsReference", "token_count": 1337 }
516
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine.UIElements.Experimental; namespace UnityEditor.UIElements.Debugger { class EventLogLine { public int lineNumber { get; } ...
UnityCsReference/Modules/UIElementsEditor/Debugger/Events/EventLogLine.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsEditor/Debugger/Events/EventLogLine.cs", "repo_id": "UnityCsReference", "token_count": 332 }
517
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Unity.Properties; using UnityEditor; using UnityEditorI...
UnityCsReference/Modules/UIElementsEditor/Debugger/StylesDebugger.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsEditor/Debugger/StylesDebugger.cs", "repo_id": "UnityCsReference", "token_count": 11614 }
518
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.TextCore.Text; using UnityEngine.UIElements; using static Unity.Collections.Low...
UnityCsReference/Modules/UIElementsEditor/GameObjects/Inspector/PanelSettingsInspector.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsEditor/GameObjects/Inspector/PanelSettingsInspector.cs", "repo_id": "UnityCsReference", "token_count": 5092 }
519
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using Unity.Jobs; using Unity.Properties; using Unity.Properties.Internal; using UnityEngine.Scripting; namespace UnityEditor.UIElements { static class UIEleme...
UnityCsReference/Modules/UIElementsEditor/UIElementsEditorInitialization.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsEditor/UIElementsEditorInitialization.cs", "repo_id": "UnityCsReference", "token_count": 362 }
520
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Reflection; using UnityEngine; using UnityEngine.UIElements; namespace UnityEditor.UIElements { [InitializeOnLoad] internal clas...
UnityCsReference/Modules/UIElementsEditor/UXMLEditorFactories.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsEditor/UXMLEditorFactories.cs", "repo_id": "UnityCsReference", "token_count": 1425 }
521
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine; using UnityEngine.UIElements; namespace UnityEditor.UIElements.Samples { internal class EnumFieldSnippet : ElementSnippet<Enum...
UnityCsReference/Modules/UIElementsSamplesEditor/Snippets/EnumFieldSnippet.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsSamplesEditor/Snippets/EnumFieldSnippet.cs", "repo_id": "UnityCsReference", "token_count": 621 }
522
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; namespace UnityEditor.UIElements.Samples { internal class PopupFieldSnippet ...
UnityCsReference/Modules/UIElementsSamplesEditor/Snippets/PopupFieldSnippet.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsSamplesEditor/Snippets/PopupFieldSnippet.cs", "repo_id": "UnityCsReference", "token_count": 605 }
523
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor.UIElements; using UnityEngine; using UnityEngine.UIElements; namespace UnityEditor.UIElements.Samples { internal class Vector2FieldSnippet : ...
UnityCsReference/Modules/UIElementsSamplesEditor/Snippets/Vector2FieldSnippet.cs/0
{ "file_path": "UnityCsReference/Modules/UIElementsSamplesEditor/Snippets/Vector2FieldSnippet.cs", "repo_id": "UnityCsReference", "token_count": 569 }
524
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Collections; using System.Collections.Generic; using UnityEn...
UnityCsReference/Modules/UnityAnalytics/Public/Events/CustomEventData.bindings.cs/0
{ "file_path": "UnityCsReference/Modules/UnityAnalytics/Public/Events/CustomEventData.bindings.cs", "repo_id": "UnityCsReference", "token_count": 828 }
525
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using UnityEngine; using UnityEngine.Scripting; namespace UnityEngine.Analytics { [RequiredByNativeCode(G...
UnityCsReference/Modules/UnityAnalyticsCommon/Public/Events/VRDeviceAnalytics.cs/0
{ "file_path": "UnityCsReference/Modules/UnityAnalyticsCommon/Public/Events/VRDeviceAnalytics.cs", "repo_id": "UnityCsReference", "token_count": 796 }
526
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor.PackageManager.UI.Internal; namespace UnityEditor.Connect { static class ServicesConstants { public const int ExploreServicesTopM...
UnityCsReference/Modules/UnityConnectEditor/Common/ServicesConstants.cs/0
{ "file_path": "UnityCsReference/Modules/UnityConnectEditor/Common/ServicesConstants.cs", "repo_id": "UnityCsReference", "token_count": 185 }
527
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEditor.Analytics; using UnityEngine; using UnityEngine.Networking; namespace UnityEditor.Connect { [InitializeOnLoad] internal cla...
UnityCsReference/Modules/UnityConnectEditor/Services/AnalyticsService.cs/0
{ "file_path": "UnityCsReference/Modules/UnityConnectEditor/Services/AnalyticsService.cs", "repo_id": "UnityCsReference", "token_count": 1509 }
528
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine; using System.Collections.Generic; using System; using System.Reflection; using UnityEngine.Pool; using UnityEngine.Analytics; namespace UnityEd...
UnityCsReference/Modules/UnityEditorAnalyticsEditor/DebuggerEventListHandler.cs/0
{ "file_path": "UnityCsReference/Modules/UnityEditorAnalyticsEditor/DebuggerEventListHandler.cs", "repo_id": "UnityCsReference", "token_count": 1169 }
529
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; namespace UnityEngine.Networking { public static class UnityWebRequestMultimedia { public static UnityWebRequest GetAudioClip(string ...
UnityCsReference/Modules/UnityWebRequestAudio/UnityWebRequestMultimedia.cs/0
{ "file_path": "UnityCsReference/Modules/UnityWebRequestAudio/UnityWebRequestMultimedia.cs", "repo_id": "UnityCsReference", "token_count": 425 }
530
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using UnityEngine; using UnityEngine.Bindings; using UnityEngine.Scripting; namespace UnityEditor.VFX { [Re...
UnityCsReference/Modules/VFXEditor/Public/ScriptBindings/VFXExpressionNoise.bindings.cs/0
{ "file_path": "UnityCsReference/Modules/VFXEditor/Public/ScriptBindings/VFXExpressionNoise.bindings.cs", "repo_id": "UnityCsReference", "token_count": 1179 }
531
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.Bindings; using UnityEngine.Scripting; using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("VideoTesting")] [asse...
UnityCsReference/Modules/Video/Public/ScriptBindings/VideoMediaPlayback.bindings.cs/0
{ "file_path": "UnityCsReference/Modules/Video/Public/ScriptBindings/VideoMediaPlayback.bindings.cs", "repo_id": "UnityCsReference", "token_count": 674 }
532
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.Bindings; using UsedByNativeCodeAttribute = UnityEngine.Scripting.UsedByNativeCodeAttribute; using System.Runtime.CompilerServices; ...
UnityCsReference/Modules/XR/Subsystems/Display/XRDisplaySubsystemDescriptor.bindings.cs/0
{ "file_path": "UnityCsReference/Modules/XR/Subsystems/Display/XRDisplaySubsystemDescriptor.bindings.cs", "repo_id": "UnityCsReference", "token_count": 957 }
533
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.Bindings; using Unity.Collections; using UnityEngine.Rendering; using System.Runtime.InteropServices; using UnityEngine.Scripting; u...
UnityCsReference/Runtime/2D/Common/ScriptBindings/SpriteDataAccess.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/2D/Common/ScriptBindings/SpriteDataAccess.bindings.cs", "repo_id": "UnityCsReference", "token_count": 4939 }
534
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Diagnostics; using UnityEngine; namespace UnityEngine.Assertions { public static partial class Assert { [Conditional(UNI...
UnityCsReference/Runtime/Export/Assertions/Assert/AssertBool.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Assertions/Assert/AssertBool.cs", "repo_id": "UnityCsReference", "token_count": 496 }
535
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.Bindings; using System.Reflection; using UnityEngine; namespace Unity.Burst.LowLevel { [NativeHeader("Runtime/Burst/Burst.h")] ...
UnityCsReference/Runtime/Export/Burst/BurstCompilerService.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Burst/BurstCompilerService.bindings.cs", "repo_id": "UnityCsReference", "token_count": 667 }
536
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine.Bindings; using UnityEngine.Scripting; namespace UnityEngine.Experimental.Rendering { [RequiredByNativeCode] [NativeHeader("Runtime/Camer...
UnityCsReference/Runtime/Export/Camera/ScriptableRuntimeReflectionSystemSettings.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Camera/ScriptableRuntimeReflectionSystemSettings.bindings.cs", "repo_id": "UnityCsReference", "token_count": 1112 }
537
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.ComponentModel; using UnityEngine.Bindings; using UnityEngine.Scripting; using UnityEngine.Playables; using UnityObject = UnityEngine.Ob...
UnityCsReference/Runtime/Export/Director/CameraPlayable.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Director/CameraPlayable.bindings.cs", "repo_id": "UnityCsReference", "token_count": 1142 }
538
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using UnityEngine.Scripting; using UnityEngine.Bindings; namespace UnityEngine.Playables { [Obsolete("DataS...
UnityCsReference/Runtime/Export/Director/PlayableBindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Director/PlayableBindings.cs", "repo_id": "UnityCsReference", "token_count": 1036 }
539
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Unity.Collections.LowLevel.Unsafe; using UnityEngine.Scripting....
UnityCsReference/Runtime/Export/ExpressionEvaluator.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/ExpressionEvaluator.cs", "repo_id": "UnityCsReference", "token_count": 10816 }
540
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Globalization; using System.Runtime.CompilerServices; namespace UnityEngine { // Representation of rays. public partial struct R...
UnityCsReference/Runtime/Export/Geometry/Ray.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Geometry/Ray.cs", "repo_id": "UnityCsReference", "token_count": 936 }
541
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using System.Diagnostics; using System.Collections.Generic; using Unity.Collections; using Unity.Collections.Low...
UnityCsReference/Runtime/Export/Graphics/GraphicsBuffer.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Graphics/GraphicsBuffer.bindings.cs", "repo_id": "UnityCsReference", "token_count": 8924 }
542
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Collections; using UnityEngine.Scripting; using UnityEngine....
UnityCsReference/Runtime/Export/Graphics/Light.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Graphics/Light.bindings.cs", "repo_id": "UnityCsReference", "token_count": 3523 }
543
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.Bindings; using UnityEngine.Scripting; using UnityEngine.Rendering; using UnityEngine; namespace UnityEngine.Rendering { [Nativ...
UnityCsReference/Runtime/Export/Graphics/RenderingCommandBufferExtensions.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Graphics/RenderingCommandBufferExtensions.bindings.cs", "repo_id": "UnityCsReference", "token_count": 656 }
544
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; namespace UnityEngine { // Key codes returned by Event.keyCode. // If "Use Physical Keys" is enabled in Input Manager in Project Settings, th...
UnityCsReference/Runtime/Export/Input/KeyCode.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Input/KeyCode.cs", "repo_id": "UnityCsReference", "token_count": 12033 }
545
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using UnityEngine.Scripting; using UnityEngine.Bindings; namespace UnityEngine { // Color key used by Gradi...
UnityCsReference/Runtime/Export/Math/Gradient.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Math/Gradient.bindings.cs", "repo_id": "UnityCsReference", "token_count": 2316 }
546
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.Events; using UnityEngine.Scripting.APIUpdating; namespace UnityEngine.Networking.PlayerConnection { [MovedFrom("UnityEngine.Ex...
UnityCsReference/Runtime/Export/Networking/PlayerConnection/ConnectionApi.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Networking/PlayerConnection/ConnectionApi.cs", "repo_id": "UnityCsReference", "token_count": 513 }
547
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Collections; using System.Diagnostics; using UnityEngine; us...
UnityCsReference/Runtime/Export/Properties/DrivenPropertyManager.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Properties/DrivenPropertyManager.bindings.cs", "repo_id": "UnityCsReference", "token_count": 789 }
548
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; namespace UnityEngine.Rendering { public class InvalidImportException : Exception { public InvalidImportException(string message) ...
UnityCsReference/Runtime/Export/RenderPipeline/InvalidImportException.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/RenderPipeline/InvalidImportException.cs", "repo_id": "UnityCsReference", "token_count": 135 }
549
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using UnityEngine.Scripting; using UnityEngine.Bindings; using Unity.Collections; using Unity.Collections.LowLev...
UnityCsReference/Runtime/Export/RenderPipeline/RendererList.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/RenderPipeline/RendererList.bindings.cs", "repo_id": "UnityCsReference", "token_count": 5944 }
550
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.Bindings; using UnityEngine.Scripting; namespace UnityEngine.Rendering { [UsedByNativeCode] public struct VisibleReflectio...
UnityCsReference/Runtime/Export/RenderPipeline/VisibleReflectionProbe.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/RenderPipeline/VisibleReflectionProbe.cs", "repo_id": "UnityCsReference", "token_count": 1702 }
551
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using UnityEngine.Bindings; using RequiredByNativeCodeAttribute = UnityEngine.Scripting.RequiredByNativeCodeAttr...
UnityCsReference/Runtime/Export/Scripting/AsyncOperation.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Scripting/AsyncOperation.bindings.cs", "repo_id": "UnityCsReference", "token_count": 864 }
552
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.CompilerServices; using System.Security; using UnityEngine.Internal; namespace UnityEngine { [AsyncMethodBuilder(typeof(Awa...
UnityCsReference/Runtime/Export/Scripting/AwaitableT.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Scripting/AwaitableT.cs", "repo_id": "UnityCsReference", "token_count": 1203 }
553
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Collections; using System.Collections.Generic; using UnityEn...
UnityCsReference/Runtime/Export/Scripting/GameObject.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Scripting/GameObject.bindings.cs", "repo_id": "UnityCsReference", "token_count": 7394 }
554
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; namespace UnityEngine.Scripting { [AttributeUsage(AttributeTargets.Field | AttributeTargets.Method | AttributeTargets.Event | AttributeTargets.Pr...
UnityCsReference/Runtime/Export/Scripting/RequiredMemberAttribute.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Scripting/RequiredMemberAttribute.cs", "repo_id": "UnityCsReference", "token_count": 132 }
555
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine.Scripting; namespace UnityEngine { // Waits until next fixed frame rate update function. SA: MonoBehaviour::pref::FixedUpdate. [RequiredB...
UnityCsReference/Runtime/Export/Scripting/WaitForFixedUpdate.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Scripting/WaitForFixedUpdate.cs", "repo_id": "UnityCsReference", "token_count": 126 }
556
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using uei = UnityEngine.Internal; using GraphicsDeviceType = UnityEngine.Rendering.GraphicsDeviceType; namespace Un...
UnityCsReference/Runtime/Export/Shaders/ComputeShader.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Shaders/ComputeShader.cs", "repo_id": "UnityCsReference", "token_count": 2330 }
557
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine.Bindings; using UnityEngine.Scripting; using UnityEngine.Assertions; using System.Runtime.InteropServices; using System; namespace UnityEngine.Re...
UnityCsReference/Runtime/Export/Shaders/ShaderKeywordSet.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Shaders/ShaderKeywordSet.bindings.cs", "repo_id": "UnityCsReference", "token_count": 1372 }
558
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using JetBrains.Annotations; using UnityEngine; using UnityEngine.Bindings; namespace Unity.IntegerTime { /...
UnityCsReference/Runtime/Export/Time/RationalTime.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Time/RationalTime.bindings.cs", "repo_id": "UnityCsReference", "token_count": 5263 }
559
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Reflection; using System.Runtime.InteropServices; using UnityEngine.Bindings; using System.Runtime.CompilerServices; namespace Unity.Col...
UnityCsReference/Runtime/Export/Unsafe/UnsafeUtilityPatched.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Unsafe/UnsafeUtilityPatched.cs", "repo_id": "UnityCsReference", "token_count": 2376 }
560
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using Unity.Collections; using Unity.Collections.LowLevel.Unsafe; using UnityEngine.Bindings; namespace UnityEngine.Windows { public static parti...
UnityCsReference/Runtime/Export/Windows/WindowsInput.cs/0
{ "file_path": "UnityCsReference/Runtime/Export/Windows/WindowsInput.cs", "repo_id": "UnityCsReference", "token_count": 348 }
561
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Runtime.InteropServices; using UnityEngine.Bindings; using System.Diagnostics; using UnityEngine.Scripting; using Unity.Burst; namespac...
UnityCsReference/Runtime/Jobs/ScriptBindings/Jobs.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Jobs/ScriptBindings/Jobs.bindings.cs", "repo_id": "UnityCsReference", "token_count": 3847 }
562
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License namespace UnityEngine.Bindings { [VisibleToOtherModules] [NativeHeader("Runtime/Scripting/Marshalling/BindingsAllocator.h")] [StaticAccessor("Marshallin...
UnityCsReference/Runtime/Scripting/Marshalling/BindingsHelpers.bindings.cs/0
{ "file_path": "UnityCsReference/Runtime/Scripting/Marshalling/BindingsHelpers.bindings.cs", "repo_id": "UnityCsReference", "token_count": 393 }
563
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using Mono.Cecil; namespace Unity.CecilTools.Extensions { public static class ResolutionExtensions { public static TypeDefinition Che...
UnityCsReference/Tools/Unity.CecilTools/Extensions/ResolutionExtensions.cs/0
{ "file_path": "UnityCsReference/Tools/Unity.CecilTools/Extensions/ResolutionExtensions.cs", "repo_id": "UnityCsReference", "token_count": 439 }
564
金庸群侠传3D重制版 License Copyright (c) 2021 金庸群侠传3D重制版 非本项目公开声明授权,不允许使用本工程任何资源和代码。 严禁使用本项目代码或资源进行任何未授权商业行为,否则将上本项目耻辱榜。 The use of any resources or code of this project is not permitted unless authorized by the public statement of this project. Any unauthorized commercial use of the code or resources of this project is str...
jynew/LICENSE/0
{ "file_path": "jynew/LICENSE", "repo_id": "jynew", "token_count": 364 }
565
fileFormatVersion: 2 guid: 3443ae18633e00648ab5b740f16108c9 timeCreated: 1503924356 licenseType: Store NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/Common_frog_v2_mat.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/Common_frog_v2_mat.mat.meta", "repo_id": "jynew", "token_count": 78 }
566
fileFormatVersion: 2 guid: 65d3c1ec75e72ff4e83cc008ebe65111 timeCreated: 1503923130 licenseType: Store NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/Pike_mat.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/Pike_mat.mat.meta", "repo_id": "jynew", "token_count": 80 }
567
fileFormatVersion: 2 guid: 9a9b89c319876594fbf3e03cc2b26839 timeCreated: 1503919948 licenseType: Store NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/brown_bear_mat.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/brown_bear_mat.mat.meta", "repo_id": "jynew", "token_count": 81 }
568
fileFormatVersion: 2 guid: b8410b52796f4ab4bbc2dac97d6d5224 timeCreated: 1503919236 licenseType: Store NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/fire_salamander_mat.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/fire_salamander_mat.mat.meta", "repo_id": "jynew", "token_count": 83 }
569
fileFormatVersion: 2 guid: d066522101def994c8544604c24111f9 timeCreated: 1503918986 licenseType: Store NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/wild_boar_mat.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Materials/wild_boar_mat.mat.meta", "repo_id": "jynew", "token_count": 77 }
570
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Crab_anim_controller serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - serializ...
jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Crab_anim_controller.controller/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Crab_anim_controller.controller", "repo_id": "jynew", "token_count": 3133 }
571
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Iron_age_pig_anim_controller serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - ...
jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Iron_age_pig_anim_controller.controller/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Iron_age_pig_anim_controller.controller", "repo_id": "jynew", "token_count": 3146 }
572
fileFormatVersion: 2 guid: 2c14ba65fd95b1742a8563e9c6064e11 NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Materials/crocodile_col7.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Materials/crocodile_col7.mat.meta", "repo_id": "jynew", "token_count": 74 }
573
fileFormatVersion: 2 guid: a7a1553e80a33d1499a21f26f8eda84b timeCreated: 1503932562 licenseType: Store NativeFormatImporter: mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Octopus_anim_controller.controller.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Octopus_anim_controller.controller.meta", "repo_id": "jynew", "token_count": 83 }
574
fileFormatVersion: 2 guid: fb32adee4e6c3c8468cfc07b4b673153 timeCreated: 1503920328 licenseType: Store ModelImporter: serializedVersion: 21 fileIDToRecycleName: 100000: asp_viper_exp8 100002: Viper_Back_01_01SHJnt 100004: Viper_Back_01_02SHJnt 100006: Viper_Back_01_03SHJnt 100008: Viper_Back_01_...
jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Viper_Rig.fbx.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Models/Viper_Rig.fbx.meta", "repo_id": "jynew", "token_count": 2092 }
575
fileFormatVersion: 2 guid: a8873fd9d19ad1942bcc3ccfb50d55fd timeCreated: 1503929297 licenseType: Store ModelImporter: serializedVersion: 21 fileIDToRecycleName: 100000: Bone001 100002: Bone002 100004: Bone003 100006: Bone004 100008: Bone005 100010: butterfly_exp3 100012: //RootNode 4...
jynew/jyx2/Assets/3D/Animal pack deluxe/Models/butterfly_fly_cycle_anim_exp.FBX.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Models/butterfly_fly_cycle_anim_exp.FBX.meta", "repo_id": "jynew", "token_count": 1304 }
576
fileFormatVersion: 2 guid: a4bd8fe5a14362344a6dbcf4d1b09fdf timeCreated: 1503923842 licenseType: Store ModelImporter: serializedVersion: 21 fileIDToRecycleName: 100000: Bone002 100002: Bone003 100004: Bone004 100006: Bone005 100008: Bone006 100010: Bone007 100012: Bone008 100014: Bon...
jynew/jyx2/Assets/3D/Animal pack deluxe/Models/common_frog_walk_anim.FBX.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Models/common_frog_walk_anim.FBX.meta", "repo_id": "jynew", "token_count": 2632 }
577
fileFormatVersion: 2 guid: 1d4942b6d0eefa54e81940016a80a99f timeCreated: 1503919298 licenseType: Store NativeFormatImporter: mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animal pack deluxe/Models/fire_salamander_anim_controller.controller.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Models/fire_salamander_anim_controller.controller.meta", "repo_id": "jynew", "token_count": 84 }
578
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1019967003359934 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4664379766558976} m_Layer: 0 m_Name: Bear_r_Fro...
jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/Brown_bear_prefab.prefab/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/Brown_bear_prefab.prefab", "repo_id": "jynew", "token_count": 20112 }
579
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1018102790272218 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4284122168911178} m_Layer: 0 m_Name: IK Chain00...
jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/Common_frog_v2_prefab.prefab/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/Common_frog_v2_prefab.prefab", "repo_id": "jynew", "token_count": 28512 }
580
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1017271764525814 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4113512545097374} m_Layer: 0 m_Name: Bone021 ...
jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/Iron_age_pig_prefab.prefab/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/Iron_age_pig_prefab.prefab", "repo_id": "jynew", "token_count": 30228 }
581
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1144751588909758 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4995440940715444} m_Layer: 0 m_Name: Bone019 ...
jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/Salmon_prefab.prefab/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/Salmon_prefab.prefab", "repo_id": "jynew", "token_count": 7192 }
582
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1001442269290332 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4479570031776786} m_Layer: 0 m_Name: Scorpion_r...
jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/scorpion_prefab.prefab/0
{ "file_path": "jynew/jyx2/Assets/3D/Animal pack deluxe/Prefabs/scorpion_prefab.prefab", "repo_id": "jynew", "token_count": 36880 }
583
fileFormatVersion: 2 guid: 15dbce4718d903d4fa2c0894c02c209d timeCreated: 1516628517 licenseType: Store ModelImporter: serializedVersion: 21 fileIDToRecycleName: 100000: //RootNode 100002: Bip001 100004: Bip001 Head 100006: Bip001 L Calf 100008: Bip001 L Clavicle 100010: Bip001 L Finger0 ...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/01_Idle/@female_idle_on_chair.FBX.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/01_Idle/@female_idle_on_chair.FBX.meta", "repo_id": "jynew", "token_count": 22710 }
584
fileFormatVersion: 2 guid: 27eeab17e99726441a28aff816b71410 ModelImporter: serializedVersion: 21 fileIDToRecycleName: 100000: //RootNode 100002: Bip001 100004: Bip001 Head 100006: Bip001 L Calf 100008: Bip001 L Clavicle 100010: Bip001 L Finger0 100012: Bip001 L Finger01 100014: Bip00...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/01_Idle/@male_idle_on_floor.FBX.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/01_Idle/@male_idle_on_floor.FBX.meta", "repo_id": "jynew", "token_count": 22539 }
585
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: female_move_run_front_left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: - curve: ...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/female_move_run_front_left.anim/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/female_move_run_front_left.anim", "repo_id": "jynew", "token_count": 385114 }
586
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: female_move_run_jogging_strafing_left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: - ...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/female_move_run_jogging_strafing_left.anim/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/female_move_run_jogging_strafing_left.anim", "repo_id": "jynew", "token_count": 341731 }
587
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: female_move_walk_front_left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: - curve: ...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/female_move_walk_front_left.anim/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/female_move_walk_front_left.anim", "repo_id": "jynew", "token_count": 408157 }
588
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: female_move_walk_strafing_front_left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: - c...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/female_move_walk_strafing_front_left.anim/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/female_move_walk_strafing_front_left.anim", "repo_id": "jynew", "token_count": 388381 }
589
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: male_move_run_front_left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: - curve: ...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/male_move_run_front_left.anim/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/male_move_run_front_left.anim", "repo_id": "jynew", "token_count": 388236 }
590
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: male_move_run_jogging_strafing_left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: - cu...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/male_move_run_jogging_strafing_left.anim/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/male_move_run_jogging_strafing_left.anim", "repo_id": "jynew", "token_count": 364659 }
591
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: male_move_walk_front_left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: - curve: ...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/male_move_walk_front_left.anim/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/male_move_walk_front_left.anim", "repo_id": "jynew", "token_count": 377756 }
592
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: male_move_walk_strafing_front_left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: - cur...
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/male_move_walk_strafing_front_left.anim/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/male_move_walk_strafing_front_left.anim", "repo_id": "jynew", "token_count": 359823 }
593
fileFormatVersion: 2 guid: 209d7d7e53f37ab429a8da5a8e358c3f timeCreated: 1546870791 licenseType: Store NativeFormatImporter: mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/female_move_run_front_root_motion.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/female_move_run_front_root_motion.anim.meta", "repo_id": "jynew", "token_count": 85 }
594
fileFormatVersion: 2 guid: bf4752a20077b20418dcd35de4ebc965 timeCreated: 1540130388 licenseType: Store NativeFormatImporter: mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/female_move_run_jogging_strafing_right_root_motion.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/female_move_run_jogging_strafing_right_root_motion.anim.meta", "repo_id": "jynew", "token_count": 81 }
595
fileFormatVersion: 2 guid: 087a5d54b381d234d9d3b828146eb05c timeCreated: 1546863116 licenseType: Store NativeFormatImporter: mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/female_move_walk_front_root_motion.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/female_move_walk_front_root_motion.anim.meta", "repo_id": "jynew", "token_count": 83 }
596
fileFormatVersion: 2 guid: 1b4cd376195a74d43bc2759ea6bd5242 timeCreated: 1532108907 licenseType: Store NativeFormatImporter: mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/female_move_walk_strafing_front_root_motion.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/female_move_walk_strafing_front_root_motion.anim.meta", "repo_id": "jynew", "token_count": 81 }
597
fileFormatVersion: 2 guid: ff10d01ae02d8354d93722817c8c2a7b timeCreated: 1546870788 licenseType: Store NativeFormatImporter: mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/male_move_run_front_root_motion.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/male_move_run_front_root_motion.anim.meta", "repo_id": "jynew", "token_count": 83 }
598
fileFormatVersion: 2 guid: 6f1317c2ab0b50244a8129e950c0eb18 timeCreated: 1540130388 licenseType: Store NativeFormatImporter: mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/male_move_run_jogging_strafing_right_root_motion.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/3D/Animation/EverydayMotionPack/02_Move/root_motion/male_move_run_jogging_strafing_right_root_motion.anim.meta", "repo_id": "jynew", "token_count": 82 }
599