Vixen
dd8b0a81
csharp
public sealed class CustomOverLifeNode

A custom attribute following age, from one value at birth to another at death.

Read the guide page for this →

As a graph node

Create menu
Vfx/Update/Custom over Life

Remarks

⚠ An updater, so it needs a lifetime to count against. A graph with no Vfx/Initialize/Lifetime block has immortal particles and no age to interpolate, and VfxCompiledGraph.Compile refuses it in a sentence rather than producing an effect that sits at its birth value forever.

Fields and properties (3)

  • public Float4 Start

    The value at birth.

  • public Float4 End

    The value at death.

  • 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