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.
AzToolsFramework::EditorPickModeNotifications Class Reference

#include <ToolsApplicationAPI.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AzFramework::EntityContextId
 

Public Member Functions

virtual void OnEntityPickModeStarted ()
 
virtual void OnEntityPickModeStopped ()
 

Static Public Attributes

static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Detailed Description

Bus for editor notifications related to Pick Mode.

Member Function Documentation

◆ OnEntityPickModeStarted()

virtual void AzToolsFramework::EditorPickModeNotifications::OnEntityPickModeStarted ( )
inlinevirtual

Notify other systems that the editor has entered Pick Mode select.

◆ OnEntityPickModeStopped()

virtual void AzToolsFramework::EditorPickModeNotifications::OnEntityPickModeStopped ( )
inlinevirtual

Notify other systems that the editor has left Pick Mode select.


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