Inherits AZ::ComponentConfig.
|
enum class | RampType : AZ::u8 { LINEAR_RAMP_DOWN
, LINEAR_RAMP_UP
, SMOOTH_STEP
} |
|
|
| AZ_CLASS_ALLOCATOR (SurfaceSlopeGradientConfig, AZ::SystemAllocator) |
|
| AZ_RTTI (SurfaceSlopeGradientConfig, "{691E0F23-37E9-434F-A1D1-E8DE5B4A3405}", AZ::ComponentConfig) |
|
size_t | GetNumTags () const |
|
AZ::Crc32 | GetTag (int tagIndex) const |
|
void | RemoveTag (int tagIndex) |
|
void | AddTag (AZStd::string tag) |
|
bool | IsSmoothStepReadOnly () const |
|
AZ::Crc32 | GetSmoothStepParameterVisibility () const |
|
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
float | m_slopeMin = 0.0f |
|
float | m_slopeMax = 20.0f |
|
SurfaceData::SurfaceTagVector | m_surfaceTagsToSample |
|
RampType | m_rampType = RampType::LINEAR_RAMP_DOWN |
|
SmoothStep | m_smoothStep |
|
The documentation for this class was generated from the following file:
- Gems/GradientSignal/Code/Include/GradientSignal/Components/SurfaceSlopeGradientComponent.h