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::EditorTransformChangeNotifications Class Reference

Notifications about entity transform changes from the editor. More...

#include <EditorEntityTransformBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnEntityTransformChanged (const AzToolsFramework::EntityIdList &entityIds)
 

Detailed Description

Notifications about entity transform changes from the editor.

Member Function Documentation

◆ OnEntityTransformChanged()

virtual void AzToolsFramework::EditorTransformChangeNotifications::OnEntityTransformChanged ( const AzToolsFramework::EntityIdList &  entityIds)
inlinevirtual

A notification that these entities had their transforms changed due to a user interaction in the editor.

Parameters
entityIdsEntities that had their transform changed.

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