Used to notify when the editor focus changes.
More...
#include <FocusModeNotificationBus.h>
Inherits AZ::EBusTraits.
|
|
using | BusIdType = AzFramework::EntityContextId |
| |
|
| virtual void | OnEditorFocusChanged (AZ::EntityId previousFocusEntityId, AZ::EntityId newFocusEntityId) |
| |
|
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Multiple |
| |
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::ById |
| |
Used to notify when the editor focus changes.
◆ OnEditorFocusChanged()
| virtual void AzToolsFramework::FocusModeNotifications::OnEditorFocusChanged |
( |
AZ::EntityId |
previousFocusEntityId, |
|
|
AZ::EntityId |
newFocusEntityId |
|
) |
| |
|
inlinevirtual |
Triggered when the editor focus is changed to a different entity.
- Parameters
-
| previousFocusEntityId | The entity the focus has been moved from. |
| newFocusEntityId | The entity the focus has been moved to. |
The documentation for this class was generated from the following file:
- Code/Framework/AzToolsFramework/AzToolsFramework/FocusMode/FocusModeNotificationBus.h