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::EditorManipulatorCommandUndoRedoRequests Class Referenceabstract

Provide interface for Entity manipulator Undo/Redo requests. More...

#include <EntityManipulatorCommand.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AzFramework::EntityContextId
 

Public Member Functions

virtual void UndoRedoEntityManipulatorCommand (AZ::u8 pivotOverride, const AZ::Transform &transform)=0
 Set the transform of the current entity manipulator.
 

Static Public Attributes

static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 
static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 

Detailed Description

Provide interface for Entity manipulator Undo/Redo requests.


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