Vixen
dd8b0a81
csharp
public abstract class VfxBlockNode

The block every initializer and updater shares: an ordering wire in and one out.

Read the guide page for this →

Remarks

The wire carries nothing. It says which block runs first, and the framework's topological order is what turns it into a list — which is also why a cycle in it is refused as it is made.

Fields and properties (2)

  • public Flow In

    Where the previous block connects.

  • public Flow Out

    Where the next one does.

Used by (26)

  • AngularVelocityNodeVixen.Editor.VfxGraph
  • AttractNodeVixen.Editor.VfxGraph
  • CollidePlaneNodeVixen.Editor.VfxGraph
  • CollideSphereNodeVixen.Editor.VfxGraph
  • ColourNodeVixen.Editor.VfxGraph
  • ColourOverLifeNodeVixen.Editor.VfxGraph
  • CustomOverLifeNodeVixen.Editor.VfxGraph
  • DragNodeVixen.Editor.VfxGraph
  • GravityNodeVixen.Editor.VfxGraph
  • IntegrateNodeVixen.Editor.VfxGraph
  • LifetimeNodeVixen.Editor.VfxGraph
  • PositionInBoxNodeVixen.Editor.VfxGraph
  • PositionInSphereNodeVixen.Editor.VfxGraph
  • PositionNodeVixen.Editor.VfxGraph
  • RandomCustomNodeVixen.Editor.VfxGraph
  • RandomVelocityNodeVixen.Editor.VfxGraph
  • RotateNodeVixen.Editor.VfxGraph
  • RotationNodeVixen.Editor.VfxGraph
  • SetCustomNodeVixen.Editor.VfxGraph
  • SetVelocityNodeVixen.Editor.VfxGraph
  • SizeNodeVixen.Editor.VfxGraph
  • SizeOverLifeNodeVixen.Editor.VfxGraph
  • TurbulenceNodeVixen.Editor.VfxGraph
  • VelocityInConeNodeVixen.Editor.VfxGraph
  • VfxCustomNodeVixen.Editor.VfxGraph
  • VortexNodeVixen.Editor.VfxGraph