Services provided by the Cylinder Shape Component.
More...
#include <CylinderShapeComponentBus.h>
Inherits AZ::ComponentBus.
|
|
virtual const CylinderShapeConfig & | GetCylinderConfiguration () const =0 |
| |
|
virtual float | GetHeight () const =0 |
| | Returns the end to end height of the cylinder.
|
| |
|
virtual float | GetRadius () const =0 |
| | Returns the radius of the cylinder.
|
| |
| virtual void | SetHeight (float height)=0 |
| | Sets height of the cylinder.
|
| |
| virtual void | SetRadius (float radius)=0 |
| | Sets radius of the cylinder.
|
| |
Services provided by the Cylinder Shape Component.
◆ SetHeight()
| virtual void LmbrCentral::CylinderShapeComponentRequests::SetHeight |
( |
float |
height | ) |
|
|
pure virtual |
Sets height of the cylinder.
- Parameters
-
| height | new height of the cylinder |
◆ SetRadius()
| virtual void LmbrCentral::CylinderShapeComponentRequests::SetRadius |
( |
float |
radius | ) |
|
|
pure virtual |
Sets radius of the cylinder.
- Parameters
-
| radius | new radius of the cylinder |
The documentation for this class was generated from the following file:
- Gems/LmbrCentral/Code/include/LmbrCentral/Shape/CylinderShapeComponentBus.h