mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Improved UI of component edit window
- Also fixed some errors in list and dictionary editors
This commit is contained in:
@@ -1063,6 +1063,16 @@ static class ScriptGlue
|
||||
fullTypeName = Mono.mono_string_new(ScriptEngine.[Friend]s_AppDomain, context.TypeName);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region ImGui Extension
|
||||
|
||||
[RegisterCall("ScriptGlue::ImGuiExtension_ListElementGrabber")]
|
||||
static void ImGuiExtension_ListElementGrabber()
|
||||
{
|
||||
ImGui.ImGui.ListElementGrabber();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private static void RegisterCall<T>(String name, T method) where T : var
|
||||
|
||||
Reference in New Issue
Block a user