API Referenceglobal
FractalParametersclass
Parameters for constructing a fractal noise field, which layers multiple octaves of a noise function with increasing frequency and reducing amplitudes.
Constructors2
Showing 2 constructors
No results match this filter.
Methods3
Showing 3 methods
public virtual override Sandbox.Utility.Noise.FractalParameters <Clone>$()
public void Deconstruct(int Seed, float Frequency, int Octaves, float Gain, float Lacunarity)
| Parameter | Type | Description |
|---|---|---|
| Seed | int | — |
| Frequency | float | — |
| Octaves | int | — |
| Gain | float | — |
| Lacunarity | float | — |
Returns:
void—protected virtual bool PrintMembers(System.Text.StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | — |
Returns:
bool—No results match this filter.
Properties4
Showing 4 properties
protected virtual System.Type Sandbox.Utility.Noise.FractalParameters.EqualityContract { get; set; }
public float Sandbox.Utility.Noise.FractalParameters.Gain { get; set; }
How much to multiply the amplitude of each successive octave by.
Returns:
float—public float Sandbox.Utility.Noise.FractalParameters.Lacunarity { get; set; }
How much to multiply the frequency of each successive octave by.
Returns:
float—public int Sandbox.Utility.Noise.FractalParameters.Octaves { get; set; }
How many layers of noise to use.
Returns:
int—No results match this filter.