Inherits ShapeComponentRequestsBus::Handler, CylinderShapeComponentRequestsBus::Handler, and AZ::TransformNotificationBus::Handler.
|
void | Activate (AZ::EntityId entityId) |
|
void | Deactivate () |
|
void | InvalidateCache (InvalidateShapeCacheReason reason) |
|
AZ::Crc32 | GetShapeType () override |
|
bool | IsPointInside (const AZ::Vector3 &point) override |
|
float | DistanceSquaredFromPoint (const AZ::Vector3 &point) override |
|
AZ::Aabb | GetEncompassingAabb () override |
|
void | GetTransformAndLocalBounds (AZ::Transform &transform, AZ::Aabb &bounds) override |
|
AZ::Vector3 | GenerateRandomPointInside (AZ::RandomDistributionType randomDistribution) override |
|
bool | IntersectRay (const AZ::Vector3 &src, const AZ::Vector3 &dir, float &distance) override |
|
CylinderShapeConfig | GetCylinderConfiguration () override |
|
void | SetHeight (float height) override |
|
void | SetRadius (float radius) override |
|
float | GetHeight () override |
|
float | GetRadius () override |
|
void | OnTransformChanged (const AZ::Transform &local, const AZ::Transform &world) override |
|
const CylinderShapeConfig & | GetCylinderConfiguration () const |
|
void | SetCylinderConfiguration (const CylinderShapeConfig &cylinderShapeConfig) |
|
const AZ::Transform & | GetCurrentTransform () const |
|
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
class | EditorCylinderShapeComponent |
|
The documentation for this class was generated from the following file:
- Gems/LmbrCentral/Code/Source/Shape/CylinderShape.h