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::SphereShapeComponentRequests Class Referenceabstract

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

#include <SphereShapeComponentBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual SphereShapeConfig GetSphereConfiguration ()=0
 
virtual float GetRadius ()=0
 Returns the radius for the sphere shape component.
 
virtual void SetRadius (float radius)=0
 Sets the radius for the sphere shape component.
 

Detailed Description

Services provided by the Sphere Shape Component.

Member Function Documentation

◆ SetRadius()

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

Sets the radius for the sphere shape component.

Parameters
radiusnew Radius of the sphere shape.

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