Services provided by the Sphere Shape Component. More...
#include <SphereShapeComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
| virtual const SphereShapeConfig & | GetSphereConfiguration () const =0 |
| virtual float | GetRadius () const =0 |
| Returns the radius for the sphere shape component. | |
| virtual void | SetRadius (float radius)=0 |
| Sets the radius for the sphere shape component. | |
Services provided by the Sphere Shape Component.
|
pure virtual |
Sets the radius for the sphere shape component.
| radius | new Radius of the sphere shape. |