Inherits AZ::ComponentConfig.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (LevelsGradientConfig, AZ::SystemAllocator) | |
| AZ_RTTI (LevelsGradientConfig, "{02F01CCC-CA6F-462F-BDEC-9A7EAC730D33}", AZ::ComponentConfig) | |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
| GradientSampler | m_gradientSampler |
| float | m_inputMin = 0.0f |
| float | m_inputMid = 1.0f |
| float | m_inputMax = 1.0f |
| float | m_outputMin = 0.0f |
| float | m_outputMax = 1.0f |