Services provided by the Quad Shape Component.  
 More...
#include <QuadShapeComponentBus.h>
Inherits AZ::ComponentBus.
|  | 
| 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. 
 | 
|  | 
| 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. 
 | 
|  | 
| 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. 
◆ SetQuadHeight()
  
  | 
        
          | virtual void LmbrCentral::QuadShapeComponentRequests::SetQuadHeight | ( | float | height | ) |  |  | pure virtual | 
 
Sets the height for the quad shape component. 
- Parameters
- 
  
    | width | New height of the quad shape. |  
 
 
 
◆ SetQuadWidth()
  
  | 
        
          | virtual void LmbrCentral::QuadShapeComponentRequests::SetQuadWidth | ( | float | width | ) |  |  | pure virtual | 
 
Sets the width for the quad shape component. 
- Parameters
- 
  
    | width | New width of the quad shape. |  
 
 
 
The documentation for this class was generated from the following file:
- Gems/LmbrCentral/Code/include/LmbrCentral/Shape/QuadShapeComponentBus.h