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 Cylinder Shape Component. More...
#include <CylinderShapeComponentBus.h>
Inherits ComponentBus.
Public Member Functions | |
virtual CylinderShapeConfig | GetCylinderConfiguration ()=0 |
virtual float | GetHeight ()=0 |
Returns the end to end height of the cylinder. | |
virtual float | GetRadius ()=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 |