s&box docs

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

Methods

Showing 3 methods

public void Deconstruct(int Seed, float Frequency, int Octaves, float Gain, float Lacunarity)

protected virtual bool PrintMembers(System.Text.StringBuilder builder)

Properties

Showing 4 properties

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.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.Utility.Noise.FractalParameters

On this page