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 Cylinder Shape Component. More...
#include <CylinderShapeComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
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. More... | |
virtual void | SetRadius (float radius)=0 |
Sets radius of the cylinder. More... | |
Services provided by the Cylinder Shape Component.
|
pure virtual |
Sets height of the cylinder.
height | new height of the cylinder |
|
pure virtual |
Sets radius of the cylinder.
radius | new radius of the cylinder |