Inherits AZ::Component, AzToolsFramework::ToolsApplicationEvents::Bus::Handler, and AzToolsFramework::Components::EditorSelectionAccentingRequestBus::Handler.
|
| enum class | ComponentEntityAccentType : AZ::u8 {
None
, Hover
, Selected
, ParentSelected
,
SliceSelected
} |
| |
|
|
| AZ_COMPONENT (EditorSelectionAccentSystemComponent, "{6E0F0E2C-1FE5-4AFB-9672-DC92B3D2D844}") |
| |
|
void | Activate () override |
| |
|
void | Deactivate () override |
| |
|
void | BeforeEntitySelectionChanged () override |
| |
|
void | AfterEntitySelectionChanged (const AzToolsFramework::EntityIdList &, const AzToolsFramework::EntityIdList &) override |
| |
|
void | BeforeEntityHighlightingChanged () override |
| |
|
void | AfterEntityHighlightingChanged () override |
| |
|
void | ForceSelectionAccentRefresh () override |
| |
|
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
|
void | QueueAccentRefresh () |
| | Queues the invalidation, recalculation and application of accents.
|
| |
|
void | InvalidateAccents () |
| | Invalidates all currently applied accents.
|
| |
|
void | RecalculateAndApplyAccents () |
| | Recalculates and applies accenting on the currently selected set of entities.
|
| |
|
|
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) |
| |
|
|
AZStd::unordered_set< AZ::EntityId > | m_currentlyAccentedEntities |
| |
|
bool | m_isAccentRefreshQueued = false |
| |
The documentation for this class was generated from the following file:
- Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.h