Merge pull request #4998 from aws-lumberyard-dev/LYN-5265_state_tracker_impl

Add Focus Mode integration tests.
This commit is contained in:
jonawals
2021-10-26 17:16:25 +01:00
committed by GitHub
2 changed files with 122 additions and 10 deletions
@@ -43,6 +43,8 @@ namespace AzToolsFramework
};
//! Provides a bus to notify when the different editor modes are entered/exit.
//! @note The editor modes are not discrete states but rather each progression of mode retain the active the parent
//! mode that the new mode progressed from.
class ViewportEditorModeNotifications : public AZ::EBusTraits
{
public: