mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Remove mono from Glue functions
This commit is contained in:
@@ -21,9 +21,11 @@ namespace GlitchyEditor.EditWindows
|
||||
|
||||
public static this()
|
||||
{
|
||||
ScriptGlue.OnRegisterNativeCalls.Add(new () => {
|
||||
ScriptGlue.RegisterCall<function bool(ref AssetHandle)>("ScriptGlue::ImGuiExtension_ShowAssetDropTarget", => ShowAssetDropTarget);
|
||||
});
|
||||
/*ScriptGlue.OnRegisterNativeCalls.Add(new () => {
|
||||
// TODO: Implement
|
||||
Runtime.NotImplemented();
|
||||
//ScriptGlue.RegisterCall<function bool(ref AssetHandle)>("ScriptGlue::ImGuiExtension_ShowAssetDropTarget", => ShowAssetDropTarget);
|
||||
});*/
|
||||
}
|
||||
|
||||
public static void ShowComponents(Entity entity, Type componentType = null)
|
||||
|
||||
Reference in New Issue
Block a user