Open 3D Engine AtomLyIntegration Gem 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.
AtomImGuiTools::AtomImGuiToolsRequests Class Referenceabstract

AtomImGuiToolsRequestBus provides an interface to interact with Atom ImGui debug tools. More...

#include <AtomImGuiToolsBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void ShowMaterialShaderDetailsForEntity (AZ::EntityId entity, bool autoOpenDialog)=0
 

Static Public Attributes

static constexpr AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 

Detailed Description

AtomImGuiToolsRequestBus provides an interface to interact with Atom ImGui debug tools.

Member Function Documentation

◆ ShowMaterialShaderDetailsForEntity()

virtual void AtomImGuiTools::AtomImGuiToolsRequests::ShowMaterialShaderDetailsForEntity ( AZ::EntityId  entity,
bool  autoOpenDialog 
)
pure virtual

Change which entity is displayed in the material shader details tool. If @autoOpenDialog is true, it will open the dialog if it was not already visible.


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