Services provided by the Box Shape Component. More...
#include <BoxShapeComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual BoxShapeConfig | GetBoxConfiguration ()=0 |
virtual AZ::Vector3 | GetBoxDimensions () const =0 |
Gets dimensions for the Box Shape. | |
virtual void | SetBoxDimensions (const AZ::Vector3 &newDimensions)=0 |
Sets new dimensions for the Box Shape. | |
virtual bool | IsTypeAxisAligned ()=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 |