Open 3D Engine GradientSignal Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <SmoothStepGradientComponent.h>
Inherits AZ::Component, GradientRequestBus::Handler, SmoothStepGradientRequestBus::Handler, and SmoothStepRequestBus::Handler.
Public Member Functions | |
AZ_COMPONENT (SmoothStepGradientComponent, SmoothStepGradientComponentTypeId) | |
SmoothStepGradientComponent (const SmoothStepGradientConfig &configuration) | |
void | Activate () override |
void | Deactivate () override |
bool | ReadInConfig (const AZ::ComponentConfig *baseConfig) override |
bool | WriteOutConfig (AZ::ComponentConfig *outBaseConfig) const override |
float | GetValue (const GradientSampleParams &sampleParams) const override |
void | GetValues (AZStd::span< const AZ::Vector3 > positions, AZStd::span< float > outValues) const override |
bool | IsEntityInHierarchy (const AZ::EntityId &entityId) const override |
Protected Member Functions | |
float | GetFallOffRange () const override |
void | SetFallOffRange (float range) override |
float | GetFallOffStrength () const override |
void | SetFallOffStrength (float strength) override |
float | GetFallOffMidpoint () const override |
void | SetFallOffMidpoint (float midpoint) override |
GradientSampler & | GetGradientSampler () override |
Friends | |
template<typename , typename > | |
class | LmbrCentral::EditorWrappedComponentBase |
Component implementing GradientRequestBus based on smooth step