Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::ViewportImGuiNotifications Class Reference

Provides an interface to notify about different states of the ImGui. More...

#include <ViewportBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnImGuiActivated ()
 Notification that the ImGui menu bar has been activated.
 
virtual void OnImGuiDeactivated ()
 Notification that the ImGui menu bar has been deactivated.
 
virtual void OnImGuiDropDownShown ()
 Notification that ImGui menu dropdown is activated.
 
virtual void OnImGuiDropDownHidden ()
 Notification that ImGui menu dropdown is deactivated.
 

Detailed Description

Provides an interface to notify about different states of the ImGui.


The documentation for this class was generated from the following file: