Estragonia
Estragonia copied to clipboard
Help: Embed Godot controls inside an Avalonia container
Hey there sorry to bother you with this but maybe you have another genious idea how to do this.
I want to render a SubViewPortContainer as an Avalonia control. The best thing I could imagine would be a wrapper control to render CanvasItems on the AvaloniaCanvas but with z-Index support.
My first thought was to just create a CanvasItem and render it this way, but this obviously means I can't render AvaloniaControls on top of it. Do you have an Idea how to do this?