From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Mono/MonoExportUtility.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Runtime/Mono/MonoExportUtility.h (limited to 'Runtime/Mono/MonoExportUtility.h') diff --git a/Runtime/Mono/MonoExportUtility.h b/Runtime/Mono/MonoExportUtility.h new file mode 100644 index 0000000..f6db714 --- /dev/null +++ b/Runtime/Mono/MonoExportUtility.h @@ -0,0 +1,14 @@ +#ifndef MONOEXPORTUTILITY_H +#define MONOEXPORTUTILITY_H + +#include "Runtime/Scripting/ScriptingUtility.h" + +#if ENABLE_MONO +#include "MonoManager.h" + +#if UNITY_EDITOR +ScriptingObjectPtr ClassIDToScriptingTypeObjectIncludingBasicTypes (int classID); +#endif + +#endif +#endif -- cgit v1.1-26-g67d0