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

Interface for handling shape offset manipulator requests. More...

#include <ShapeManipulatorRequestBus.h>

Inherits AZ::EntityComponentBus.

Public Member Functions

virtual AZ::Vector3 GetTranslationOffset () const =0
 Get the translation offset of the shape relative to the entity position.
 
virtual void SetTranslationOffset (const AZ::Vector3 &translationOffset)=0
 Set the translation offset of the shape relative to the entity position.
 
virtual AZ::Transform GetManipulatorSpace () const =0
 Get the space in which the manipulators are defined.
 
virtual AZ::Quaternion GetRotationOffset () const =0
 Get the rotation of the shape relative to the manipulator space.
 

Detailed Description

Interface for handling shape offset manipulator requests.


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