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.
Related Guides
Broader workflow and conceptual references connected to this API.
We implement Recast Navigation in s&box, the industry standard for navmesh generation and navigation agents. It's used in Unreal, Unity and Godot. So if it seems familiar, that's why.
ActionGraph is a visual scripting system that lets you create game logic using nodes instead of code. Connect nodes together to build behaviors, respond to events, and control your scene — all from a graphical editor.
s&box has a [CodeGenerator] attribute that you can use to decorate another attribute specifically for use with methods and properties. It lets you wrap methods and properties to perform some other action when the method is called or the property is set or to return a different value when the property is read.
You can find information about how to install and use SteamCMD here <https://developer.valvesoftware.com/wiki/SteamCMD> to install the s&box Dedicated Server.
When creating a Tool or Editor Project, it's common to want to be able to trigger certain actions with a key press or combined keystroke (Like O to enter Object Mode, or SHIFT+B to enter the Block Tool).
Facepunch provides some ready-to-use first-person weapons for you!
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 3 methods
public virtual Sandbox.Utility.Noise.Parameters <Clone>$()
public void Deconstruct(int Seed, float Frequency)
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
No results match this filter.
Properties
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.
public int Sandbox.Utility.Noise.Parameters.Seed { get; set; }
Seed state to initialize the field with.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.Utility.Noise.Parameters |