Vixen
dd8b0a81
csharp
public sealed class NoiseNode

Value noise over a coordinate.

Read the guide page for this →

As a graph node

Create menu
Procedural/Noise

Fields and properties (4)

  • public Float2 Uv

    Where to sample. Defaults to the mesh's own coordinate.

  • public Scalar Scale

    How many cells across. One cell over the whole UV square is a very slow gradient.

  • public Scalar Out

    The value, in 0..1.

  • public static NodeTypeDefinition Definition

    What this node type is, for the registry. Generated.

Methods (2)

  • protected internal override void Emit(RavenEmitter emitter)

    Writes whatever this node contributes.

  • public override void Bind(NodeBinding binding)

    Fills the port fields from what the compiler resolved. Generated.

Used by (5)

  • CheckerNodeVixen.Editor.ShaderGraph
  • FlipbookNodeVixen.Editor.ShaderGraph
  • FractalNoiseNodeVixen.Editor.ShaderGraph
  • NodeTypesVixen.Editor.ShaderGraph
  • RotateUvNodeVixen.Editor.ShaderGraph