Vixen
dd8b0a81
csharp
public sealed class RandomCustomNode

A custom attribute drawn uniformly between two values, lane by lane.

Read the guide page for this →

As a graph node

Create menu
Vfx/Initialize/Random Custom

Remarks

What a ribbon wants for its strip identifier — a handful of strips, chosen at birth and never changed — and what a per-particle seed for anything else looks like.

Fields and properties (3)

  • public Float4 Minimum

    The low end.

  • public Float4 Maximum

    The high end.

  • public static NodeTypeDefinition Definition

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

Methods (2)

  • protected internal override void Contribute(VfxGraphBuilder builder)

    Adds whatever this node contributes.

  • public override void Bind(NodeBinding binding)

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

Used by (1)

  • NodeTypesVixen.Editor.VfxGraph