Improved UI of component edit window

- Also fixed some errors in list and dictionary editors
This commit is contained in:
Simon Lübeß
2024-01-29 19:46:52 +01:00
parent bae8b84d35
commit f86d1aa79e
8 changed files with 631 additions and 231 deletions
+5
View File
@@ -66,4 +66,9 @@ public static class ImGuiExtension
ImGui.EndTooltip();
}
public static void ListElementGrabber()
{
ScriptGlue.ImGuiExtension_ListElementGrabber();
}
}