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 Quad Shape Component. More...
#include <QuadShapeComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual const QuadShapeConfig & | GetQuadConfiguration () const =0 |
virtual float | GetQuadWidth () const =0 |
Returns the width for the quad shape component. | |
virtual void | SetQuadWidth (float width)=0 |
Sets the width for the quad shape component. More... | |
virtual float | GetQuadHeight () const =0 |
Returns the height for the quad shape component. | |
virtual void | SetQuadHeight (float height)=0 |
Sets the height for the quad shape component. More... | |
virtual const AZ::Quaternion & | GetQuadOrientation () const =0 |
Convenience function that returns the orientation as a quaternion for the quad determined by the transform component. | |
Services provided by the Quad Shape Component.
|
pure virtual |
Sets the height for the quad shape component.
width | New height of the quad shape. |
|
pure virtual |
Sets the width for the quad shape component.
width | New width of the quad shape. |