Inherits AZ::Component, AZ::TickBus::Handler, AZ::TransformNotificationBus::Handler, LmbrCentral::ShapeComponentNotificationsBus::Handler, SurfaceDataModifierRequestBus::Handler, and SurfaceDataProviderRequestBus::Handler.
|
| AZ_COMPONENT (SurfaceDataShapeComponent, "{F746C7F6-EF59-45C3-AB5C-011F7AC43415}") |
|
| SurfaceDataShapeComponent (const SurfaceDataShapeConfig &configuration) |
|
void | Activate () override |
|
void | Deactivate () override |
|
bool | ReadInConfig (const AZ::ComponentConfig *baseConfig) override |
|
bool | WriteOutConfig (AZ::ComponentConfig *outBaseConfig) const override |
|
void | GetSurfacePoints (const AZ::Vector3 &inPosition, SurfacePointList &surfacePointList) const override |
|
void | GetSurfacePointsFromList (AZStd::span< const AZ::Vector3 > inPositions, SurfacePointList &surfacePointList) const override |
|
void | ModifySurfacePoints (AZStd::span< const AZ::Vector3 > positions, AZStd::span< const AZ::EntityId > creatorEntityIds, AZStd::span< SurfaceData::SurfaceTagWeights > weights) const override |
|
void | OnTransformChanged (const AZ::Transform &, const AZ::Transform &) override |
|
void | OnShapeChanged (ShapeChangeReasons changeReason) override |
|
void | OnTick (float deltaTime, AZ::ScriptTimePoint time) override |
|
|
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &services) |
|
static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &services) |
|
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &services) |
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
template<typename , typename > |
class | LmbrCentral::EditorWrappedComponentBase |
|
The documentation for this class was generated from the following file:
- Gems/SurfaceData/Code/Include/SurfaceData/Components/SurfaceDataShapeComponent.h