API Referenceglobal
Parametersclass
Parameters for constructing a noise field. Use `Sandbox.Utility.Noise.FractalParameters` if you want a noise field made from multiple octaves.
object→Parameters
Constructors2
Showing 2 constructors
No results match this filter.
Methods3
Showing 3 methods
public virtual Sandbox.Utility.Noise.Parameters <Clone>$()
public void Deconstruct(int Seed, float Frequency)
| Parameter | Type | Description |
|---|---|---|
| Seed | int | — |
| Frequency | float | — |
Returns:
void—protected virtual bool PrintMembers(System.Text.StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | — |
Returns:
bool—No results match this filter.
Properties3
Showing 3 properties
protected virtual System.Type Sandbox.Utility.Noise.Parameters.EqualityContract { get; set; }
public float Sandbox.Utility.Noise.Parameters.Frequency { get; set; }
How quickly should samples change across space.
Returns:
float—public int Sandbox.Utility.Noise.Parameters.Seed { get; set; }
Seed state to initialize the field with.
Returns:
int—No results match this filter.