API Referenceglobal
public class Sandbox.Utility.Noise.FractalParameters : Sandbox.Utility.Noise.Parameters
Parameters for constructing a fractal noise field, which layers multiple octaves of a noise function with increasing frequency and reducing amplitudes.
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 3 methods
public virtual override Sandbox.Utility.Noise.FractalParameters <Clone>$()
public void Deconstruct(int Seed, float Frequency, int Octaves, float Gain, float Lacunarity)
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
No results match this filter.
Properties
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.
public float Sandbox.Utility.Noise.FractalParameters.Lacunarity { get; set; }
How much to multiply the frequency of each successive octave by.
public int Sandbox.Utility.Noise.FractalParameters.Octaves { get; set; }
How many layers of noise to use.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.Utility.Noise.FractalParameters |