Inherits AZ::ComponentConfig.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (PerlinGradientConfig, AZ::SystemAllocator) | |
| AZ_RTTI (PerlinGradientConfig, "{A746CFD0-7288-42F4-837D-1CDE2EAA6923}", AZ::ComponentConfig) | |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
| int | m_randomSeed = 1 |
| int | m_octave = 1 |
| float | m_amplitude = 1.0f |
| float | m_frequency = 1.0f |