s&box docs

public class Sandbox.Utility.Noise.Parameters

Parameters for constructing a noise field. Use `Sandbox.Utility.Noise.FractalParameters` if you want a noise field made from multiple octaves.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 2 constructors

Methods

Showing 3 methods

public void Deconstruct(int Seed, float Frequency)

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

Properties

Showing 3 properties

public float Sandbox.Utility.Noise.Parameters.Frequency { get; set; }

How quickly should samples change across space.

public int Sandbox.Utility.Noise.Parameters.Seed { get; set; }

Seed state to initialize the field with.

Metadata

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

On this page