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 Capsule Shape Component. More...
#include <CapsuleShapeComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual const CapsuleShapeConfig & | GetCapsuleConfiguration () const =0 |
virtual float | GetHeight () const =0 |
Returns the end to end height of the capsule, this includes the cylinder and both caps. | |
virtual float | GetRadius () const =0 |
Returns the radius of the capsule. | |
virtual CapsuleInternalEndPoints | GetCapsulePoints () const =0 |
Returns the base and top points of the capsule, corresponding to the center points of the cap spheres. | |
virtual void | SetHeight (float height)=0 |
Sets the end to end height of capsule, this includes the cylinder and both caps. More... | |
virtual void | SetRadius (float radius)=0 |
Sets radius of the capsule. More... | |
Services provided by the Capsule Shape Component.
|
pure virtual |
Sets the end to end height of capsule, this includes the cylinder and both caps.
height | new height of the capsule. |
|
pure virtual |
Sets radius of the capsule.
radius | new radius of the capsule. |