Open 3D Engine LmbrCentral Gem API Reference
23.05.0
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 ComponentBus.
Public Member Functions | |
virtual QuadShapeConfig | GetQuadConfiguration ()=0 |
virtual float | GetQuadWidth ()=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 ()=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 ()=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. |