Interface OverlayBinding

All Known Subinterfaces:
ImGuiOverlayRenderer, Overlay
All Known Implementing Classes:
AnnotatedOverlay

public interface OverlayBinding
Marker for classes that can be registered as plugin overlays.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns whether annotation-backed panel rows should render through native ImGui.
  • Method Details

    • imgui

      default boolean imgui()
      Returns whether annotation-backed panel rows should render through native ImGui.

      World geometry overlays still render through Java2D. Override this when an overlay needs to force a renderer. If left inherited, the Overlay plugin config controls the effective default.