From b507c5cfeb4910b9c58aa17911ac35a3d7301eac Mon Sep 17 00:00:00 2001 From: tanghai Date: Tue, 17 Oct 2017 14:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DMonoInstanceMethod=20?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=8F=82=E6=95=B0=E5=BF=98=E8=AE=B0=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Unity/Assets/Scripts/Other/MonoMethod.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity/Assets/Scripts/Other/MonoMethod.cs b/Unity/Assets/Scripts/Other/MonoMethod.cs index 8df0bd60..4b276c10 100644 --- a/Unity/Assets/Scripts/Other/MonoMethod.cs +++ b/Unity/Assets/Scripts/Other/MonoMethod.cs @@ -23,6 +23,7 @@ namespace Model public override void Run(object a) { + this.param[0] = a; this.methodInfo.Invoke(this.obj, param); } -- GitLab