Inherits AZ::ComponentBus.
|
virtual int | GetRandomSeed () const =0 |
|
virtual void | SetRandomSeed (int seed)=0 |
|
virtual float | GetFrequency () const =0 |
|
virtual void | SetFrequency (float freq)=0 |
|
virtual FastNoise::Interp | GetInterpolation () const =0 |
|
virtual void | SetInterpolation (FastNoise::Interp interp)=0 |
|
virtual FastNoise::NoiseType | GetNoiseType () const =0 |
|
virtual void | SetNoiseType (FastNoise::NoiseType type)=0 |
|
virtual int | GetOctaves () const =0 |
|
virtual void | SetOctaves (int octaves)=0 |
|
virtual float | GetLacunarity () const =0 |
|
virtual void | SetLacunarity (float lacunarity)=0 |
|
virtual float | GetGain () const =0 |
|
virtual void | SetGain (float gain)=0 |
|
virtual FastNoise::FractalType | GetFractalType () const =0 |
|
virtual void | SetFractalType (FastNoise::FractalType type)=0 |
|
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
|
◆ HandlerPolicy
const AZ::EBusHandlerPolicy FastNoiseGem::FastNoiseGradientRequests::HandlerPolicy = AZ::EBusHandlerPolicy::Single |
|
static |
Overrides the default AZ::EBusTraits handler policy to allow one listener only.
The documentation for this class was generated from the following file:
- Gems/FastNoise/Code/Include/FastNoise/Ebuses/FastNoiseGradientRequestBus.h