Open 3D Engine LmbrCentral Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
LmbrCentral::CylinderShapeComponentRequests Class Referenceabstract

Services provided by the Cylinder Shape Component. More...

#include <CylinderShapeComponentBus.h>

Inherits AZ::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.
 
virtual void SetRadius (float radius)=0
 Sets radius of the cylinder.
 

Detailed Description

Services provided by the Cylinder Shape Component.

Member Function Documentation

◆ SetHeight()

virtual void LmbrCentral::CylinderShapeComponentRequests::SetHeight ( float  height)
pure virtual

Sets height of the cylinder.

Parameters
heightnew height of the cylinder

◆ SetRadius()

virtual void LmbrCentral::CylinderShapeComponentRequests::SetRadius ( float  radius)
pure virtual

Sets radius of the cylinder.

Parameters
radiusnew radius of the cylinder

The documentation for this class was generated from the following file: