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/Scripting/ScriptPopupMenus.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Runtime/Scripting/ScriptPopupMenus.h (limited to 'Runtime/Scripting/ScriptPopupMenus.h') diff --git a/Runtime/Scripting/ScriptPopupMenus.h b/Runtime/Scripting/ScriptPopupMenus.h new file mode 100644 index 0000000..2c2f3e0 --- /dev/null +++ b/Runtime/Scripting/ScriptPopupMenus.h @@ -0,0 +1,11 @@ +#ifndef __SCRIPTPOPUPMENUSH__ +#define __SCRIPTPOPUPMENUSH__ + +#include + +class TypeTree; +class MonoBehaviour; + +void BuildScriptPopupMenus (MonoBehaviour& behaviour, std::map >& popups); +const std::string GetFieldIdentifierForEnum(const TypeTree* typeTree); +#endif \ No newline at end of file -- cgit v1.1-26-g67d0