#include <ToolsApplicationAPI.h>
Inherits AZ::ComponentBus.
Classes | |
| struct | SelectionConnectionPolicy |
Public Types | |
| template<typename Bus > | |
| using | ConnectionPolicy = SelectionConnectionPolicy< Bus > |
| using | Bus = AZ::EBus< EntitySelectionEvents > |
Public Member Functions | |
| virtual void | OnSelected () |
| virtual void | OnDeselected () |
Bus keyed on entity Id for selection events. Note that upon connection OnSelected() may be immediately invoked.