PR feedback changes 2.0

Signed-off-by: hultonha <hultonha@amazon.co.uk>
main
hasareej 5 years ago committed by hultonha
parent 32687cbcb2
commit 8408f6b815

@ -276,11 +276,11 @@ namespace AzToolsFramework
void SetEntityLocalScale(AZ::EntityId entityId, float localScale);
void SetEntityLocalRotation(AZ::EntityId entityId, const AZ::Vector3& localRotation);
// Responsible for keeping the space cluster in sync with the current reference frame.
//! Responsible for keeping the space cluster in sync with the current reference frame.
void UpdateSpaceCluster(ReferenceFrame referenceFrame);
// Hides/Shows all viewportUi toolbars.
void SetAllViewportUiVisible(const bool visible);
//! Hides/Shows all viewportUi toolbars.
void SetAllViewportUiVisible(bool visible);
AZ::EntityId m_hoveredEntityId; //!< What EntityId is the mouse currently hovering over (if any).
AZ::EntityId m_cachedEntityIdUnderCursor; //!< Store the EntityId on each mouse move for use in Display.

Loading…
Cancel
Save