Services provided by the Disk Shape Component. More...
#include <DiskShapeComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
| virtual const DiskShapeConfig & | GetDiskConfiguration () const =0 | 
| virtual float | GetRadius () const =0 | 
| Returns the radius for the disk shape component.  | |
| virtual void | SetRadius (float radius)=0 | 
| Sets the radius for the disk shape component.   | |
| virtual const AZ::Vector3 & | GetNormal () const =0 | 
| Convenience function that returns the facing normal for the disk determined by the transform component.  | |
Services provided by the Disk Shape Component.
      
  | 
  pure virtual | 
Sets the radius for the disk shape component.
| radius | new Radius of the disk shape. |