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

#include <BoxManipulatorRequestBus.h>

Inherits AZ::EntityComponentBus.

Public Member Functions

virtual AZ::Vector3 GetDimensions () const =0
 Get the X/Y/Z dimensions of the box shape/collider.
 
virtual void SetDimensions (const AZ::Vector3 &dimensions)=0
 Set the X/Y/Z dimensions of the box shape/collider.
 
virtual AZ::Transform GetCurrentLocalTransform () const =0
 Get the transform of the box relative to the entity.
 

Detailed Description

Interface for handling box manipulator requests. Used by BoxComponentMode.


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