From 72bcb463c03b3ec104ce0b536f50caf7e610195a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期日, 07 二月 2021 15:55:31 +0800
Subject: [PATCH] 9527 ilruntime
---
Assets/Editor/Tool/ClientPackage.cs | 2 +-
Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Assets/Editor/Tool/ClientPackage.cs b/Assets/Editor/Tool/ClientPackage.cs
index afcb790..22e209e 100644
--- a/Assets/Editor/Tool/ClientPackage.cs
+++ b/Assets/Editor/Tool/ClientPackage.cs
@@ -586,7 +586,7 @@
PlayerSettings.bundleVersion = VersionConfig.GetVersionNumber(newVersionConfig.version).ToString();
//鐢熸垚ILruntiemd CLR 缁戝畾浠g爜
- ILRuntimeCLRBinding.GenerateCLRBindingByTypes();
+ ILRuntimeCLRBinding.GenerateCLRBinding();
CSObjectWrapEditor.Generator.ClearAll();
CSObjectWrapEditor.Generator.GenAll();
diff --git a/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs b/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs
index f9a62fc..8a11785 100644
--- a/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs
+++ b/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs
@@ -126,7 +126,7 @@
}
// [MenuItem("ILRuntime/鑷姩鍒嗘瀽Dll鐢熸垚CLR缁戝畾")]
- public static void GenerateCLRBindingByAnalysis()
+ static void GenerateCLRBindingByAnalysis()
{
var path = genPath + "/Analysis";
//鐢ㄧ儹鏇磀ll璋冪敤寮曠敤鏉ョ敓鎴愮粦瀹氫唬鐮�
@@ -141,7 +141,7 @@
}
// [MenuItem("ILRuntime/鏍规嵁閰嶇疆鍒楄〃鐢熸垚CLR缁戝畾")]
- public static void GenerateCLRBindingByTypes()
+ static void GenerateCLRBindingByTypes()
{
var path = genPath + "/Types";
//鐢ㄨ嚜瀹氫箟鐨勫垪琛ㄦ潵鐢熸垚缁戝畾浠g爜
@@ -149,7 +149,7 @@
}
//鍚堝苟鐢熸垚鐨勪唬鐮�
- public static void MergeGenerated()
+ static void MergeGenerated()
{
var exist = new HashSet<string>();
var added = new List<string>();
--
Gitblit v1.8.0