text stringlengths 7 35.3M | id stringlengths 11 185 | metadata dict | __index_level_0__ int64 0 2.14k |
|---|---|---|---|
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "CoreMinimal.h"
#include "sensors/SensorFactory.hpp"
#include <memory>
#include "NedTransform.h"
#include "GameFramework/Actor.h"
class UnrealSensorFactory : public msr::airlib::SensorFactory
{
publi... | AirSim/Unreal/Plugins/AirSim/Source/UnrealSensors/UnrealSensorFactory.h/0 | {
"file_path": "AirSim/Unreal/Plugins/AirSim/Source/UnrealSensors/UnrealSensorFactory.h",
"repo_id": "AirSim",
"token_count": 259
} | 57 |
#pragma once
#include "CoreMinimal.h"
#include "ComputerVisionPawn.h"
#include "common/Common.hpp"
#include "api/VehicleSimApiBase.hpp"
#include "SimMode/SimModeBase.h"
#include "SimModeComputerVision.generated.h"
UCLASS()
class AIRSIM_API ASimModeComputerVision : public ASimModeBase
{
GENERATED_BODY()
private... | AirSim/Unreal/Plugins/AirSim/Source/Vehicles/ComputerVision/SimModeComputerVision.h/0 | {
"file_path": "AirSim/Unreal/Plugins/AirSim/Source/Vehicles/ComputerVision/SimModeComputerVision.h",
"repo_id": "AirSim",
"token_count": 506
} | 58 |
{
"recommendations": [
"ms-python.python",
"ms-azuretools.vscode-docker",
"ms-vscode.powershell"
]
}
| AirSim/azure/.vscode/extensions.json/0 | {
"file_path": "AirSim/azure/.vscode/extensions.json",
"repo_id": "AirSim",
"token_count": 74
} | 59 |
rd /s/q AirLib\lib
rd /s/q AirLib\deps\MavLinkCom
rd /s/q AirLib\deps\rpclib
rd /s/q external\rpclib\build
msbuild /p:Platform=x64 /p:Configuration=Debug AirSim.sln /t:Clean
if ERRORLEVEL 1 goto :buildfailed
msbuild /p:Platform=x64 /p:Configuration=Release AirSim.sln /t:Clean
if ERRORLEVEL 1 goto :buildfailed
goto :eo... | AirSim/clean.cmd/0 | {
"file_path": "AirSim/clean.cmd",
"repo_id": "AirSim",
"token_count": 149
} | 60 |
ARG BASE_IMAGE=nvidia/cudagl:10.0-devel-ubuntu18.04
FROM $BASE_IMAGE
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends \
python3 \
python3-pip \
sudo \
libglu1-mesa-dev \
xdg-user-dirs \
pulseaudio \
x11-xserver-utils
RUN python3 -m pip install --upgrade pip && \
... | AirSim/docker/Dockerfile_binary/0 | {
"file_path": "AirSim/docker/Dockerfile_binary",
"repo_id": "AirSim",
"token_count": 338
} | 61 |
## Distance Sensor
By default, Distance Sensor points to the front of the vehicle. It can be pointed in any direction by modifying the settings
Configurable Parameters -
Parameter | Description
--------------------|------------
X Y Z | Position of the sensor relative to the vehicle (in NED, i... | AirSim/docs/distance_sensor.md/0 | {
"file_path": "AirSim/docs/distance_sensor.md",
"repo_id": "AirSim",
"token_count": 442
} | 62 |
# Welcome to MavLinkCom
MavLinkCom is a cross-platform C++ library that helps connect to and communicate with [MavLink](https://github.com/mavlink/mavlink) based vehicles.
Specifically this library is designed to work well with [PX4](https://github.com/PX4/Firmware) based drones.
## Design
You can view and edit the ... | AirSim/docs/mavlinkcom.md/0 | {
"file_path": "AirSim/docs/mavlinkcom.md",
"repo_id": "AirSim",
"token_count": 3132
} | 63 |
# An Orbit Trajectory
Moved here from [https://github.com/microsoft/AirSim/wiki/An-Orbit-Trajectory](https://github.com/microsoft/AirSim/wiki/An-Orbit-Trajectory)
Have you ever wanted to fly a nice smooth circular orbit? This can be handy for capturing 3D objects from all sides especially if you get multiple orbits a... | AirSim/docs/orbit.md/0 | {
"file_path": "AirSim/docs/orbit.md",
"repo_id": "AirSim",
"token_count": 427
} | 64 |
# PX4/MavLink Logging
Thanks to [Chris Lovett](https://github.com/clovett) for developing various tools for PX4/MavLink logging mentioned on this page!
## Logging MavLink Messages
AirSim can capture mavlink log files if you add the following to the PX4 section of your `settings.json` file:
```json
{
"SettingsVe... | AirSim/docs/px4_logging.md/0 | {
"file_path": "AirSim/docs/px4_logging.md",
"repo_id": "AirSim",
"token_count": 1160
} | 65 |
# Unreal Environment
## Setting Up the Unreal Project
### Option 1: Built-in Blocks Environment
To get up and running fast, you can use the Blocks project that already comes with AirSim. This is not very highly detailed environment to keep the repo size reasonable but we use it for various testing all the times and i... | AirSim/docs/unreal_proj.md/0 | {
"file_path": "AirSim/docs/unreal_proj.md",
"repo_id": "AirSim",
"token_count": 206
} | 66 |
#include "common/common_utils/StrictMode.hpp"
STRICT_MODE_OFF //todo what does this do?
#ifndef RPCLIB_MSGPACK
#define RPCLIB_MSGPACK clmdep_msgpack
#endif // !RPCLIB_MSGPACK
#include "rpc/rpc_error.h"
STRICT_MODE_ON
#include "airsim_settings_parser.h"
#include "common/AirSimSettings.hpp"
#include "common/common_u... | AirSim/ros/src/airsim_ros_pkgs/include/airsim_ros_wrapper.h/0 | {
"file_path": "AirSim/ros/src/airsim_ros_pkgs/include/airsim_ros_wrapper.h",
"repo_id": "AirSim",
"token_count": 6868
} | 67 |
std_msgs/Header header
geometry_msgs/PoseWithCovariance pose
geometry_msgs/TwistWithCovariance twist
float32 speed
int8 gear
float32 rpm
float32 maxrpm
bool handbrake | AirSim/ros/src/airsim_ros_pkgs/msg/CarState.msg/0 | {
"file_path": "AirSim/ros/src/airsim_ros_pkgs/msg/CarState.msg",
"repo_id": "AirSim",
"token_count": 59
} | 68 |
# string vehicle_name
bool wait_on_last_task
---
bool success | AirSim/ros2/src/airsim_interfaces/srv/Reset.srv/0 | {
"file_path": "AirSim/ros2/src/airsim_interfaces/srv/Reset.srv",
"repo_id": "AirSim",
"token_count": 19
} | 69 |
import launch
from launch_ros.actions import Node
def generate_launch_description():
ld = launch.LaunchDescription([
Node(
package='airsim_ros_pkgs',
executable='pd_position_controller_simple_node',
name='pid_position_node',
output='scree... | AirSim/ros2/src/airsim_ros_pkgs/launch/position_controller_simple.launch.py/0 | {
"file_path": "AirSim/ros2/src/airsim_ros_pkgs/launch/position_controller_simple.launch.py",
"repo_id": "AirSim",
"token_count": 621
} | 70 |
@echo off
REM //---------- set up variable ----------
setlocal
set ROOT_DIR=%~dp0
REM root folder for repos
set RepoRoot=%1
set CommitMessage=%2
IF "%CommitMessage%"=="" (
echo "CommitMessage needs to be provided"
goto :failed
)
IF NOT EXIST %RepoRoot% (
echo "RepoRoot needs to be provided"
goto :failed
)
for %... | AirSim/tools/gitcommitall.bat/0 | {
"file_path": "AirSim/tools/gitcommitall.bat",
"repo_id": "AirSim",
"token_count": 335
} | 71 |
// LzmaEncoder.cs
using System;
namespace SevenZip.Compression.LZMA
{
using RangeCoder;
public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties
{
enum EMatchFinderType
{
BT2,
BT4,
};
const UInt32 kIfinityPrice = 0xFFFFFFF;
static Byte[] g_FastPos = new Byte[1 << 11];
static ... | AssetStudio/AssetStudio/7zip/Compress/LZMA/LzmaEncoder.cs/0 | {
"file_path": "AssetStudio/AssetStudio/7zip/Compress/LZMA/LzmaEncoder.cs",
"repo_id": "AssetStudio",
"token_count": 20327
} | 72 |
/* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
namespace Org.Brotli.Dec
{
/// <summary>Byte-to-int conversion magic.</summary>
internal sealed class IntReader
{
private byte[] byteBuffer;
private in... | AssetStudio/AssetStudio/Brotli/IntReader.cs/0 | {
"file_path": "AssetStudio/AssetStudio/Brotli/IntReader.cs",
"repo_id": "AssetStudio",
"token_count": 423
} | 73 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace AssetStudio
{
public class AssetInfo
{
public int preloadIndex;
public int preloadSize;
public PPtr<Object> asset;
public AssetInfo(ObjectReader reader)
{
preloa... | AssetStudio/AssetStudio/Classes/AssetBundle.cs/0 | {
"file_path": "AssetStudio/AssetStudio/Classes/AssetBundle.cs",
"repo_id": "AssetStudio",
"token_count": 612
} | 74 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace AssetStudio
{
public class NamedObject : EditorExtension
{
public string m_Name;
protected NamedObject(ObjectReader reader) : base(reader)
{
m_Name = reader.ReadAlignedString();... | AssetStudio/AssetStudio/Classes/NamedObject.cs/0 | {
"file_path": "AssetStudio/AssetStudio/Classes/NamedObject.cs",
"repo_id": "AssetStudio",
"token_count": 137
} | 75 |
using System.IO;
namespace AssetStudio
{
public class StreamedResource
{
public string m_Source;
public long m_Offset; //ulong
public long m_Size; //ulong
public StreamedResource(BinaryReader reader)
{
m_Source = reader.ReadAlignedString();
m_Of... | AssetStudio/AssetStudio/Classes/VideoClip.cs/0 | {
"file_path": "AssetStudio/AssetStudio/Classes/VideoClip.cs",
"repo_id": "AssetStudio",
"token_count": 1301
} | 76 |
using System;
using System.Diagnostics;
using System.Globalization;
namespace AssetStudio
{
/// <summary>
/// Represents a half-precision floating point number.
/// </summary>
/// <remarks>
/// Note:
/// Half is not fast enought and precision is also very bad,
/// so is should no... | AssetStudio/AssetStudio/Math/Half.cs/0 | {
"file_path": "AssetStudio/AssetStudio/Math/Half.cs",
"repo_id": "AssetStudio",
"token_count": 17281
} | 77 |
using System.IO;
namespace AssetStudio
{
public class StreamFile
{
public string path;
public string fileName;
public Stream stream;
}
}
| AssetStudio/AssetStudio/StreamFile.cs/0 | {
"file_path": "AssetStudio/AssetStudio/StreamFile.cs",
"repo_id": "AssetStudio",
"token_count": 74
} | 78 |
#include "asfbx_skin_context.h"
#include "asfbx_context.h"
AsFbxSkinContext::AsFbxSkinContext(AsFbxContext* pContext, FbxNode* pFrameNode)
: pSkin(nullptr)
{
if (pContext != nullptr && pContext->pScene != nullptr)
{
pSkin = FbxSkin::Create(pContext->pScene, "");
}
if (pFrameNode != nullptr)
{
lMeshMatrix =... | AssetStudio/AssetStudioFBXNative/asfbx_skin_context.cpp/0 | {
"file_path": "AssetStudio/AssetStudioFBXNative/asfbx_skin_context.cpp",
"repo_id": "AssetStudio",
"token_count": 154
} | 79 |
namespace AssetStudioGUI
{
partial class AssetStudioGUIForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | AssetStudio/AssetStudioGUI/AssetStudioGUIForm.Designer.cs/0 | {
"file_path": "AssetStudio/AssetStudioGUI/AssetStudioGUIForm.Designer.cs",
"repo_id": "AssetStudio",
"token_count": 31323
} | 80 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
namespace SpirV
{
public class Module
{
[StructLayout(LayoutKind.Explicit)]
private struct FloatUIntUnion
{
[FieldOffset(0)]
public uint Int;
[FieldOffset(0)]
public floa... | AssetStudio/AssetStudioUtility/CSspv/Module.cs/0 | {
"file_path": "AssetStudio/AssetStudioUtility/CSspv/Module.cs",
"repo_id": "AssetStudio",
"token_count": 4733
} | 81 |
using System.Collections.Generic;
namespace AssetStudio
{
public class SerializedTypeHelper
{
private readonly int[] version;
public SerializedTypeHelper(int[] version)
{
this.version = version;
}
public void AddMonoBehaviour(List<TypeTreeNode> nodes, int ... | AssetStudio/AssetStudioUtility/SerializedTypeHelper.cs/0 | {
"file_path": "AssetStudio/AssetStudioUtility/SerializedTypeHelper.cs",
"repo_id": "AssetStudio",
"token_count": 7299
} | 82 |
#include "crunch.h"
#include <stdint.h>
#include <algorithm>
#include "crunch/crn_decomp.h"
bool crunch_unpack_level(const uint8_t* data, uint32_t data_size, uint32_t level_index, void** ret, uint32_t* ret_size) {
crnd::crn_texture_info tex_info;
if (!crnd::crnd_get_texture_info(data, data_size, &tex_info))
{
ret... | AssetStudio/Texture2DDecoderNative/crunch.cpp/0 | {
"file_path": "AssetStudio/Texture2DDecoderNative/crunch.cpp",
"repo_id": "AssetStudio",
"token_count": 486
} | 83 |
#pragma once
#include <stdint.h>
bool unity_crunch_unpack_level(const uint8_t* data, uint32_t data_size, uint32_t level_index, void** ret, uint32_t* ret_size); | AssetStudio/Texture2DDecoderNative/unitycrunch.h/0 | {
"file_path": "AssetStudio/Texture2DDecoderNative/unitycrunch.h",
"repo_id": "AssetStudio",
"token_count": 65
} | 84 |
# 一切皆实体
目前十分流行ECS设计,主要是守望先锋的成功,引爆了这种技术。守望先锋采用了状态帧这种网络技术,客户端会进行预测,预测不准需要进行回滚,由于组件式的设计,回滚可以只回滚某些组件即可。ECS最重要的设计是逻辑跟数据的完全分离。即EC是纯数据,System实际上就是逻辑,由数据驱动逻辑。数据驱动逻辑是什么意思呢?很简单通过Update检测数据变化,通过事件机制来订阅数据变化,这就是所谓的数据驱动了。其它的特点例如缓存命中,在编写逻辑上来说并不太重要,现代游戏都用脚本,连脚本的性能都能容忍怎么会在乎缓存命中那点性能提升?ET在设计的时候吸收了这些想法,但是并不完全照搬,目前的设计是我经过长期的思考跟重构得来的,还是有些自己... | ET/Book/3.3一切皆实体.md/0 | {
"file_path": "ET/Book/3.3一切皆实体.md",
"repo_id": "ET",
"token_count": 4074
} | 85 |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>ET</RootNamespace>
<LangVersion>12</LangVersion>
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>f... | ET/DotNet/App/DotNet.App.csproj/0 | {
"file_path": "ET/DotNet/App/DotNet.App.csproj",
"repo_id": "ET",
"token_count": 439
} | 86 |
namespace Unity.Mathematics.UnityEngine
{
public class PropertyAttribute
{
}
} | ET/DotNet/ThirdParty/Unity.Mathematics/PropertyAttribute.cs/0 | {
"file_path": "ET/DotNet/ThirdParty/Unity.Mathematics/PropertyAttribute.cs",
"repo_id": "ET",
"token_count": 35
} | 87 |
using System.Collections.Immutable;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
namespace ET.Analyzer
{
[DiagnosticAnalyzer(LanguageNames.CSharp)]
public class EntityFiledAccessAnaly... | ET/Share/Analyzer/Analyzer/EntityFiledAccessAnalyzer.cs/0 | {
"file_path": "ET/Share/Analyzer/Analyzer/EntityFiledAccessAnalyzer.cs",
"repo_id": "ET",
"token_count": 2631
} | 88 |
namespace ET.Analyzer
{
public static class DiagnosticIds
{
public const string AddChildTypeAnalyzerRuleId = "ET0001";
public const string EntityFiledAccessAnalyzerRuleId = "ET0002";
public const string EntityClassDeclarationAnalyzerRuleId = "ET0003";
public const string Hotf... | ET/Share/Analyzer/Config/DiagnosticIds.cs/0 | {
"file_path": "ET/Share/Analyzer/Config/DiagnosticIds.cs",
"repo_id": "ET",
"token_count": 908
} | 89 |
mkdir -p build_osx && cd build_osx
cmake -GXcode ../
cd ..
cmake --build build_osx --config Release
mkdir -p Plugins/RecastDll.bundle/Contents/MacOS/
cp build_osx/Release/RecastDll.bundle/Contents/MacOS/RecastDll Plugins/RecastDll.bundle/Contents/MacOS/RecastDll
rm -rf build_osx
| ET/Share/Libs/RecastDll/make_osx.sh/0 | {
"file_path": "ET/Share/Libs/RecastDll/make_osx.sh",
"repo_id": "ET",
"token_count": 114
} | 90 |
ubuntu:1234567890 | ET/Tools/cwRsync/Config/rsyncd.secrets/0 | {
"file_path": "ET/Tools/cwRsync/Config/rsyncd.secrets",
"repo_id": "ET",
"token_count": 6
} | 91 |
fileFormatVersion: 2
guid: 75252cd10754145f590afd21fc4adcd6
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Bundles/UI/Demo.meta/0 | {
"file_path": "ET/Unity/Assets/Bundles/UI/Demo.meta",
"repo_id": "ET",
"token_count": 66
} | 92 |
fileFormatVersion: 2
guid: cfaf4529ce2243c4c85126e9d008897b
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Bundles/Unit/Unit.prefab.meta/0 | {
"file_path": "ET/Unity/Assets/Bundles/Unit/Unit.prefab.meta",
"repo_id": "ET",
"token_count": 65
} | 93 |
fileFormatVersion: 2
guid: a1e51945b5befcd47adde1074bd312a1
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Config/Excel/StartConfig/Release/StartZoneConfig@s.xlsx.meta/0 | {
"file_path": "ET/Unity/Assets/Config/Excel/StartConfig/Release/StartZoneConfig@s.xlsx.meta",
"repo_id": "ET",
"token_count": 64
} | 94 |
fileFormatVersion: 2
guid: 0223e72464e3a1741a8277bf2f1bde07
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Config/Proto/InnerMessage_S_20001.proto.meta/0 | {
"file_path": "ET/Unity/Assets/Config/Proto/InnerMessage_S_20001.proto.meta",
"repo_id": "ET",
"token_count": 66
} | 95 |
fileFormatVersion: 2
guid: 5177c1cc9ed8ae04488583b68c891aa3
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Plugins/MongoDB/runtimes/linux.meta/0 | {
"file_path": "ET/Unity/Assets/Plugins/MongoDB/runtimes/linux.meta",
"repo_id": "ET",
"token_count": 69
} | 96 |
fileFormatVersion: 2
guid: 975506ec7cc508d4d825ee963a8d1a55
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Plugins/MongoDB/runtimes/win.meta/0 | {
"file_path": "ET/Unity/Assets/Plugins/MongoDB/runtimes/win.meta",
"repo_id": "ET",
"token_count": 70
} | 97 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-3795543293575117520
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ... | ET/Unity/Assets/Res/Mat/Urp.mat/0 | {
"file_path": "ET/Unity/Assets/Res/Mat/Urp.mat",
"repo_id": "ET",
"token_count": 1971
} | 98 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications: []
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 1248987324363926}
m_IsPrefabParent: ... | ET/Unity/Assets/Res/Unit/Skeleton/Skeleton.prefab/0 | {
"file_path": "ET/Unity/Assets/Res/Unit/Skeleton/Skeleton.prefab",
"repo_id": "ET",
"token_count": 18424
} | 99 |
fileFormatVersion: 2
guid: 921727de139ab454b8a316139a2ed5fa
folderAsset: yes
DefaultImporter:
userData:
| ET/Unity/Assets/Scenes.meta/0 | {
"file_path": "ET/Unity/Assets/Scenes.meta",
"repo_id": "ET",
"token_count": 43
} | 100 |
using System;
namespace ET
{
/// <summary>
/// 对于特殊实体类 允许类内部声明方法的标签
/// </summary>
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class EnableMethodAttribute : Attribute
{
}
} | ET/Unity/Assets/Scripts/Core/Analyzer/EnableMethodAttribute.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Analyzer/EnableMethodAttribute.cs",
"repo_id": "ET",
"token_count": 130
} | 101 |
fileFormatVersion: 2
guid: 580c95b9e9aaeba43a04eff4ff74b46e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/Entity/Entity.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Entity/Entity.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 102 |
fileFormatVersion: 2
guid: a5e8cbd88e2fbf7449f64a9c21902e14
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/Entity/IDestroySystem.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Entity/IDestroySystem.cs.meta",
"repo_id": "ET",
"token_count": 97
} | 103 |
using System.Collections.Generic;
namespace ET
{
public class Mailboxes
{
private readonly Dictionary<long, MailBoxComponent> mailboxes = new();
public void Add(MailBoxComponent mailBoxComponent)
{
this.mailboxes.Add(mailBoxComponent.Parent.InstanceId, mailBoxCompo... | ET/Unity/Assets/Scripts/Core/Fiber/Mailboxes.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Fiber/Mailboxes.cs",
"repo_id": "ET",
"token_count": 286
} | 104 |
fileFormatVersion: 2
guid: c025fcd3d7a7add45851a0c7b93c6674
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/Fiber/Module/CoroutineLock/CoroutineLockComponent.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Fiber/Module/CoroutineLock/CoroutineLockComponent.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 105 |
using System.Collections.Generic;
namespace ET
{
public enum TimerClass
{
None,
OnceTimer,
OnceWaitTimer,
RepeatedTimer,
}
public struct TimerAction
{
public TimerAction(TimerClass timerClass, long startTime, long time, int type, object obj)
{
... | ET/Unity/Assets/Scripts/Core/Fiber/Module/Timer/TimerComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Fiber/Module/Timer/TimerComponent.cs",
"repo_id": "ET",
"token_count": 5094
} | 106 |
fileFormatVersion: 2
guid: 9c37f13dde60869459e624143ae45a3c
timeCreated: 1474942922
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/Helper/MD5Helper.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Helper/MD5Helper.cs.meta",
"repo_id": "ET",
"token_count": 100
} | 107 |
fileFormatVersion: 2
guid: 75d07d90984a5dc4698c98d2fe3809bf
timeCreated: 1474948216
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/Helper/ZipHelper.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Helper/ZipHelper.cs.meta",
"repo_id": "ET",
"token_count": 100
} | 108 |
fileFormatVersion: 2
guid: bbb9bd89ed8b04340a58149be0334472
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/Network/Response.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Network/Response.cs.meta",
"repo_id": "ET",
"token_count": 92
} | 109 |
namespace ET
{
public abstract class HandlerObject: Object
{
}
} | ET/Unity/Assets/Scripts/Core/Object/HandlerObject.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Object/HandlerObject.cs",
"repo_id": "ET",
"token_count": 31
} | 110 |
fileFormatVersion: 2
guid: ea73bf40fc38b474cabda2b211c90155
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/Serialize/MongoHelper.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/Serialize/MongoHelper.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 111 |
namespace ET
{
public interface ISingletonAwake
{
void Awake();
}
public interface ISingletonAwake<A>
{
void Awake(A a);
}
public interface ISingletonAwake<A, B>
{
void Awake(A a, B b);
}
public interface ISingletonAwake<A, B, C>
{
... | ET/Unity/Assets/Scripts/Core/World/ISingletonAwake.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/World/ISingletonAwake.cs",
"repo_id": "ET",
"token_count": 190
} | 112 |
fileFormatVersion: 2
guid: a185eabfe6444eb4ca26ea4ec073f578
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/World/Module/Code/CodeAttribute.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/World/Module/Code/CodeAttribute.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 113 |
using System;
namespace ET
{
public interface IScheduler: IDisposable
{
void Add(int fiberId);
}
} | ET/Unity/Assets/Scripts/Core/World/Module/Fiber/IScheduler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/World/Module/Fiber/IScheduler.cs",
"repo_id": "ET",
"token_count": 54
} | 114 |
namespace ET
{
public class Logger: Singleton<Logger>, ISingletonAwake
{
private ILog log;
public ILog Log
{
set
{
this.log = value;
}
get
{
return this.log;
}
}
... | ET/Unity/Assets/Scripts/Core/World/Module/Log/Logger.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/World/Module/Log/Logger.cs",
"repo_id": "ET",
"token_count": 244
} | 115 |
fileFormatVersion: 2
guid: 631ee3459f804c34f8662d64e91a65de
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Core/World/World.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Core/World/World.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 116 |
#if ENABLE_VIEW
using System;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEngine;
namespace ET
{
[CustomEditor(typeof (ComponentView))]
public class ComponentViewEditor: Editor
{
public override void OnInspectorGUI()
{
ComponentView ... | ET/Unity/Assets/Scripts/Editor/ComponentViewEditor/ComponentViewEditor.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Editor/ComponentViewEditor/ComponentViewEditor.cs",
"repo_id": "ET",
"token_count": 1918
} | 117 |
fileFormatVersion: 2
guid: fac773feb8b254c409b8568ff7fbca16
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Editor/ComponentViewEditor/TypeDrawer/Vector2TypeDrawer.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Editor/ComponentViewEditor/TypeDrawer/Vector2TypeDrawer.cs.meta",
"repo_id": "ET",
"token_count": 92
} | 118 |
fileFormatVersion: 2
guid: 534eee73ca004cb58dcde9e3536b8b74
timeCreated: 1507865453 | ET/Unity/Assets/Scripts/Editor/Helper/EditorResHelper.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Editor/Helper/EditorResHelper.cs.meta",
"repo_id": "ET",
"token_count": 39
} | 119 |
using System;
using System.IO;
using System.Collections.Generic;
using System.Text;
using ET;
using UnityEditor;
using UnityEditor.UI;
using UnityEngine;
using UnityEngine.AI;
using UnityEngine.Networking;
using UnityEngine.SceneManagement;
namespace ETEditor
{
/// <summary>
/// 从Unity的NavMesh组件里导出地图数据,供服务器来使... | ET/Unity/Assets/Scripts/Editor/RecastNavDataExporter/NavMeshExporter.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Editor/RecastNavDataExporter/NavMeshExporter.cs",
"repo_id": "ET",
"token_count": 15922
} | 120 |
fileFormatVersion: 2
guid: d2c1d7db177785844a4b941708d953b9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Client/Demo/AI.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/AI.meta",
"repo_id": "ET",
"token_count": 71
} | 121 |
using Unity.Mathematics;
namespace ET.Client
{
[MessageHandler(SceneType.Demo)]
public class M2C_StopHandler : MessageHandler<Scene, M2C_Stop>
{
protected override async ETTask Run(Scene root, M2C_Stop message)
{
Unit unit = root.CurrentScene().GetComponent<UnitComponent>().Get(message.Id);
if (unit == n... | ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Move/M2C_StopHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Move/M2C_StopHandler.cs",
"repo_id": "ET",
"token_count": 244
} | 122 |
namespace ET.Client
{
[MessageHandler(SceneType.Demo)]
public class M2C_CreateUnitsHandler: MessageHandler<Scene, M2C_CreateUnits>
{
protected override async ETTask Run(Scene root, M2C_CreateUnits message)
{
Scene currentScene = root.CurrentScene();
UnitComponent unitComponent = currentScene.GetComponent<... | ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Unit/M2C_CreateUnitsHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Unit/M2C_CreateUnitsHandler.cs",
"repo_id": "ET",
"token_count": 222
} | 123 |
fileFormatVersion: 2
guid: 5d8c6e9a02dc4ab41ad32d56d9594354
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Client/Demo/NetClient/LoginHelper.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/NetClient/LoginHelper.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 124 |
namespace ET.Client
{
[MessageHandler(SceneType.LockStep)]
public class Room2C_AdjustUpdateTimeHandler: MessageHandler<Scene, Room2C_AdjustUpdateTime>
{
protected override async ETTask Run(Scene root, Room2C_AdjustUpdateTime message)
{
Room room = root.GetComponent<Room>();
... | ET/Unity/Assets/Scripts/Hotfix/Client/LockStep/Room2C_AdjustUpdateTimeHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/LockStep/Room2C_AdjustUpdateTimeHandler.cs",
"repo_id": "ET",
"token_count": 374
} | 125 |
fileFormatVersion: 2
guid: d6891d68b6ff35d44bb7002901e9865b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server.meta",
"repo_id": "ET",
"token_count": 69
} | 126 |
fileFormatVersion: 2
guid: 63e762e0ffcdf434a94a4c89cda96bf8
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Demo.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo.meta",
"repo_id": "ET",
"token_count": 70
} | 127 |
fileFormatVersion: 2
guid: fc5df5d6f1eb16d4fb5aed2972a96bb6
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Gate/GateSessionKeyComponentSystem.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Gate/GateSessionKeyComponentSystem.cs.meta",
"repo_id": "ET",
"token_count": 97
} | 128 |
fileFormatVersion: 2
guid: 6047e4105251a574695322acaa6ab8b3
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/AOI.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/AOI.meta",
"repo_id": "ET",
"token_count": 68
} | 129 |
fileFormatVersion: 2
guid: 976f21a6abc312d42ad4bf8078438054
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/Transfer.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/Transfer.meta",
"repo_id": "ET",
"token_count": 68
} | 130 |
fileFormatVersion: 2
guid: 80190480a51b8114fb16950142846bd7
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Realm.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Realm.meta",
"repo_id": "ET",
"token_count": 67
} | 131 |
using System;
using System.Reflection;
namespace ET.Server
{
[ConsoleHandler(ConsoleMode.Robot)]
public class RobotConsoleHandler: IConsoleHandler
{
public async ETTask Run(Fiber fiber, ModeContex contex, string content)
{
string[] ss = content.Split(" ");
switch (ss... | ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Robot/RobotConsoleHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Robot/RobotConsoleHandler.cs",
"repo_id": "ET",
"token_count": 1425
} | 132 |
fileFormatVersion: 2
guid: 397b1655e0ba94b23abb42a1a3c6cca8
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/LockStep/Match.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/LockStep/Match.meta",
"repo_id": "ET",
"token_count": 71
} | 133 |
using System.Collections.Generic;
namespace ET.Server
{
[MessageHandler(SceneType.RoomRoot)]
public class RoomManager2Room_InitHandler: MessageHandler<Scene, RoomManager2Room_Init, Room2RoomManager_Init>
{
protected override async ETTask Run(Scene root, RoomManager2Room_Init request, Room2RoomManag... | ET/Unity/Assets/Scripts/Hotfix/Server/LockStep/Room/RoomManager2Room_InitHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/LockStep/Room/RoomManager2Room_InitHandler.cs",
"repo_id": "ET",
"token_count": 249
} | 134 |
using System.Collections.Generic;
namespace ET.Server
{
[MessageHandler(SceneType.NetInner)]
public class A2NetInner_RequestHandler: MessageHandler<Scene, A2NetInner_Request, A2NetInner_Response>
{
protected override async ETTask Run(Scene root, A2NetInner_Request request, A2NetInner_Response resp... | ET/Unity/Assets/Scripts/Hotfix/Server/Module/Message/A2NetInner_RequestHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Module/Message/A2NetInner_RequestHandler.cs",
"repo_id": "ET",
"token_count": 244
} | 135 |
fileFormatVersion: 2
guid: a89652a7d79467f478370ea880290c8c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Share/Demo/EntryEvent1_InitShare.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Demo/EntryEvent1_InitShare.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 136 |
fileFormatVersion: 2
guid: 9b1a21d2bb4831842b09143fd143efe7
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Share/Module/Actor/MailBoxType_OrderedMessageHandler.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Module/Actor/MailBoxType_OrderedMessageHandler.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 137 |
fileFormatVersion: 2
guid: bcdaee383c510da42bff4aa0620ed28b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Share/Module/Scene/CurrentScenesComponentSystem.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Module/Scene/CurrentScenesComponentSystem.cs.meta",
"repo_id": "ET",
"token_count": 92
} | 138 |
using UnityEngine;
namespace ET.Client
{
[EntitySystemOf(typeof(LSCameraComponent))]
[FriendOf(typeof(LSCameraComponent))]
public static partial class LSCameraComponentSystem
{
[EntitySystem]
private static void Awake(this LSCameraComponent self)
{
self.Camera = Camera.main;
self.Camera.transform.rota... | ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/Camera/LSCameraComponentSystem.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/Camera/LSCameraComponentSystem.cs",
"repo_id": "ET",
"token_count": 489
} | 139 |
fileFormatVersion: 2
guid: 8a211a53e0c3344ee98138e70257542d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/Scene/AfterCreateClientScene_LSAddComponent.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/Scene/AfterCreateClientScene_LSAddComponent.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 140 |
using UnityEngine;
using UnityEngine.UI;
namespace ET.Client
{
[EntitySystemOf(typeof(UILSLoginComponent))]
[FriendOf(typeof(UILoginComponent))]
[FriendOfAttribute(typeof(ET.Client.UILSLoginComponent))]
public static partial class UILSLoginComponentSystem
{
[EntitySystem]
private s... | ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/UI/UILSLogin/UILoginComponentSystem.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/UI/UILSLogin/UILoginComponentSystem.cs",
"repo_id": "ET",
"token_count": 463
} | 141 |
using System;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
namespace ET
{
[Invoke]
public class GetAllConfigBytes: AInvokeHandler<ConfigLoader.GetAllConfigBytes, ETTask<Dictionary<Type, byte[]>>>
{
public override async ETTask<Dictionary<Type, byte[]>> Handle(ConfigLoader.G... | ET/Unity/Assets/Scripts/Loader/ConfigLoaderInvoker.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Loader/ConfigLoaderInvoker.cs",
"repo_id": "ET",
"token_count": 2321
} | 142 |
using System.Collections.Generic;
using UnityEngine;
namespace ET
{
public class GizmosDebug: MonoBehaviour
{
public static GizmosDebug Instance { get; private set; }
public List<Vector3> Path;
private void Awake()
{
Instance = this;
}
private void... | ET/Unity/Assets/Scripts/Loader/MonoBehaviour/GizmosDebug.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Loader/MonoBehaviour/GizmosDebug.cs",
"repo_id": "ET",
"token_count": 322
} | 143 |
using System.Collections.Generic;
public class AOTGenericReferences : UnityEngine.MonoBehaviour
{
// {{ AOT assemblies
public static readonly IReadOnlyList<string> PatchedAOTAssemblyList = new List<string>
{
"MemoryPack.dll",
"MongoDB.Bson.dll",
"System.Core.dll",
"System.Runtime.CompilerServices.Unsafe.dll... | ET/Unity/Assets/Scripts/Loader/Plugins/HybridCLR/Generated/AOTGenericReferences.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Loader/Plugins/HybridCLR/Generated/AOTGenericReferences.cs",
"repo_id": "ET",
"token_count": 31161
} | 144 |
{
"name": "Unity.Loader",
"rootNamespace": "ET",
"references": [
"Unity.ThirdParty",
"Unity.Core",
"HybridCLR.Runtime",
"MemoryPack",
"YooAsset",
"YooAsset.Editor"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
... | ET/Unity/Assets/Scripts/Loader/Unity.Loader.asmdef/0 | {
"file_path": "ET/Unity/Assets/Scripts/Loader/Unity.Loader.asmdef",
"repo_id": "ET",
"token_count": 240
} | 145 |
fileFormatVersion: 2
guid: ee0ba587d7adcf64d82168e16492d92c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Client/Demo/Main/Scene.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Client/Demo/Main/Scene.meta",
"repo_id": "ET",
"token_count": 69
} | 146 |
fileFormatVersion: 2
guid: fa3a181fb8c154cf4a6c4e4063dbc0a5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Client/LockStep/WaitType.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Client/LockStep/WaitType.cs.meta",
"repo_id": "ET",
"token_count": 97
} | 147 |
fileFormatVersion: 2
guid: 0c47eb7f917f3a54892a51a3946fe20a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Generate/ClientServer/Message/InnerMessage_S_20001.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/ClientServer/Message/InnerMessage_S_20001.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 148 |
fileFormatVersion: 2
guid: 245daa6d087fb1c4b9e57da223469752
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Generate/Server/Config/StartSceneConfig.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/Server/Config/StartSceneConfig.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 149 |
fileFormatVersion: 2
guid: 28c97c99ed2154e4bbca633743ac544d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Generate/Server/Message/InnerMessage_S_20001.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/Server/Message/InnerMessage_S_20001.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 150 |
namespace ET.Server
{
[ComponentOf(typeof(Player))]
public class GateMapComponent: Entity, IAwake
{
private EntityRef<Scene> scene;
public Scene Scene
{
get
{
return this.scene;
}
set
{
this... | ET/Unity/Assets/Scripts/Model/Server/Demo/Gate/GateMapComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Demo/Gate/GateMapComponent.cs",
"repo_id": "ET",
"token_count": 217
} | 151 |
namespace ET.Server
{
public struct RobotCase_SecondCaseWait: IWaitType
{
public int Error { get; set; }
public M2C_TestRobotCase2 M2CTestRobotCase2;
}
} | ET/Unity/Assets/Scripts/Model/Server/Demo/Robot/Case/RobotCase_SecondCase.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Demo/Robot/Case/RobotCase_SecondCase.cs",
"repo_id": "ET",
"token_count": 79
} | 152 |
fileFormatVersion: 2
guid: d0f1c516742bc43d586c085b7a26e12d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/LockStep/Map.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/LockStep/Map.meta",
"repo_id": "ET",
"token_count": 72
} | 153 |
fileFormatVersion: 2
guid: 82e4e3a5d5dabb049bf406df3ec3dbd3
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/Module/AOI/AOIEntity.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/AOI/AOIEntity.cs.meta",
"repo_id": "ET",
"token_count": 97
} | 154 |
fileFormatVersion: 2
guid: ce1b81735cfec4948a4652f0ac14d0ff
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/Module/DB.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/DB.meta",
"repo_id": "ET",
"token_count": 70
} | 155 |
fileFormatVersion: 2
guid: 28793f12e3c15f140bd4d4d713d5782d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/Module/Message.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/Message.meta",
"repo_id": "ET",
"token_count": 70
} | 156 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.