Open 3D Engine AzToolsFramework 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::ComponentModeDelegateNotifications Class Reference

Provides an interface to notify changes to ComponentModeDelegate state. More...

#include <ComponentModeDelegateBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnComponentModeDelegateConnect (const AZ::EntityComponentIdPair &)
 Notification that a component has connected to the ComponentModeDelegate.
 
virtual void OnComponentModeDelegateDisconnect (const AZ::EntityComponentIdPair &)
 Notification that a component has disconnected from the ComponentModeDelegate.
 

Detailed Description

Provides an interface to notify changes to ComponentModeDelegate state.


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