csharp
public sealed class CustomOverLifeNodeA custom attribute following age, from one value at birth to another at death.
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 StartThe value at birth.
public Float4 EndThe value at death.
public static NodeTypeDefinition DefinitionWhat 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