From 53a8f158c66e6b4930800026cd83de7e99d9f08e Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 26 四月 2021 17:23:03 +0800 Subject: [PATCH] 0312 IL扩展支持 --- Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs b/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs index d796f06..ebcd4b5 100644 --- a/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs +++ b/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs @@ -30,6 +30,7 @@ typeof(Text), typeof(Button), typeof(Image), + typeof(Toggle), //涓诲伐绋嬬浉鍏� typeof(Redpoint), typeof(Int2), -- Gitblit v1.8.0