Is your feature request related to a problem? Please describe.
Currently, you need to manually create an ImGuiWindow if you want to display GUI elements from an EntityComponent.
Describe the solution you'd like
I'd like to have an OnGui method for EntityComponents from where you can safely use the GUI API, similar to the OnDrawGizmos method.
Is your feature request related to a problem? Please describe.
Currently, you need to manually create an ImGuiWindow if you want to display GUI elements from an EntityComponent.
Describe the solution you'd like
I'd like to have an OnGui method for EntityComponents from where you can safely use the GUI API, similar to the OnDrawGizmos method.