Open 3D Engine LmbrCentral Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Services provided by the Box Shape Component. More...
#include <BoxShapeComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual const BoxShapeConfig & | GetBoxConfiguration () const =0 |
virtual AZ::Vector3 | GetBoxDimensions () const =0 |
Gets dimensions for the Box Shape. More... | |
virtual void | SetBoxDimensions (const AZ::Vector3 &newDimensions)=0 |
Sets new dimensions for the Box Shape. More... | |
virtual bool | IsTypeAxisAligned () const =0 |
Returns true if the object type is axis-aligned box shape, otherwise false (regardless of orientation). | |
Services provided by the Box Shape Component.
|
pure virtual |
Gets dimensions for the Box Shape.
|
pure virtual |
Sets new dimensions for the Box Shape.
newDimensions | Vector3 indicating new dimensions along the x,y & z axis |