Vixen
02b45cc4
csharp
public abstract class VfxNode

A node of a VFX graph: something that contributes a block.

No guide page documents this yet — the page shows what the code says about itself.

Methods (3)

  • protected internal abstract void Contribute(VfxGraphBuilder builder)

    Adds whatever this node contributes.

  • protected Vector4 Vector(string port)

    One port's value, as a vector, padded from however many lanes it has.

  • protected float Number(string port)

    One port's value, as a number.

Used by (21)

  • AttractNodeVixen.Editor.VfxGraph
  • BillboardOutputNodeVixen.Editor.VfxGraph
  • BurstNodeVixen.Editor.VfxGraph
  • CollidePlaneNodeVixen.Editor.VfxGraph
  • ColourNodeVixen.Editor.VfxGraph
  • ColourOverLifeNodeVixen.Editor.VfxGraph
  • DragNodeVixen.Editor.VfxGraph
  • EffectNodeVixen.Editor.VfxGraph
  • GravityNodeVixen.Editor.VfxGraph
  • LifetimeNodeVixen.Editor.VfxGraph
  • LightOutputNodeVixen.Editor.VfxGraph
  • PositionInBoxNodeVixen.Editor.VfxGraph
  • PositionInSphereNodeVixen.Editor.VfxGraph
  • RandomVelocityNodeVixen.Editor.VfxGraph
  • RateNodeVixen.Editor.VfxGraph
  • SetVelocityNodeVixen.Editor.VfxGraph
  • SizeNodeVixen.Editor.VfxGraph
  • SizeOverLifeNodeVixen.Editor.VfxGraph
  • TurbulenceNodeVixen.Editor.VfxGraph
  • VfxBlockNodeVixen.Editor.VfxGraph
  • VfxGraphCompilerVixen.Editor.VfxGraph