adding non-uniform scale component via button on transform component and forcing it to be adjacent in the component sort order and visible

This commit is contained in:
greerdv
2021-05-04 18:31:43 +01:00
parent c8e8c1de66
commit d9b3b7ccfa
7 changed files with 113 additions and 32 deletions
@@ -31,6 +31,10 @@ namespace AzToolsFramework
//! Allows a component to get the list of selected entities
//! \param selectedEntityIds the return vector holding the entities required
virtual void GetSelectedEntities(EntityIdList& selectedEntityIds) = 0;
//! Explicitly sets a component as having been the most recently added.
//! This means that the next time the UI refreshes, that component will be ensured to be visible.
virtual void SetNewComponentId(AZ::ComponentId componentId) = 0;
};
using EntityPropertyEditorRequestBus = AZ::EBus<EntityPropertyEditorRequests>;