Parametersclass

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

objectParameters
Namespace
global
Assembly
Sandbox.System
Declaration
public class Sandbox.Utility.Noise.Parameters

Constructors2

Showing 2 constructors

Methods3

Showing 3 methods

public void Deconstruct(int Seed, float Frequency)PUBLIC

ParameterTypeDescription
Seedint
Frequencyfloat
Returns:void

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

ParameterTypeDescription
builderStringBuilder
Returns:bool

Properties3

Showing 3 properties

protected virtual System.Type Sandbox.Utility.Noise.Parameters.EqualityContract { get; set; }PROTECTEDVIRTUALGETSET

Returns:Type

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

How quickly should samples change across space.

Returns:float

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

Seed state to initialize the field with.

Returns:int

On this page