class
Parameters
public class Parameters Parameters for constructing a noise field. Use FractalParameters if you want a noise field made from multiple octaves.
Constructors
Parameters(Int32 Seed, Single Frequency) Parameters for constructing a noise field. Use FractalParameters if you want a noise field made from multiple octaves.
Seed — Seed state to initialize the field with. Frequency — How quickly should samples change across space. Properties
| Name | Type | Description |
|---|---|---|
Seed | Int32 | Seed state to initialize the field with. |
Frequency | Single | How quickly should samples change across space. |
Methods
virtual Parameters <Clone>$() Void Deconstruct(Int32 Seed, Single Frequency)