Vixen
02b45cc4
csharp
public abstract class CompositorLeafNode

The base of every node that draws and contains nothing.

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

Remarks

One flow in, one flow out. Declaring the pair once is what makes adding a node kind a class with an Emit in it rather than a class with two fields nobody reads and an Emit.

Fields and properties (2)

  • public Flow In

    Where the previous node connects.

  • public Flow Out

    Where the next node connects.

Used by (9)

  • BufferReadbackNodeVixen.Editor.AssetEditors
  • BufferUploadNodeVixen.Editor.AssetEditors
  • ComputeNodeVixen.Editor.AssetEditors
  • FullScreenNodeVixen.Editor.AssetEditors
  • GpuCullingNodeVixen.Editor.AssetEditors
  • HiZNodeVixen.Editor.AssetEditors
  • PunctualShadowNodeVixen.Editor.AssetEditors
  • ShadowMapNodeVixen.Editor.AssetEditors
  • SingleStageNodeVixen.Editor.AssetEditors