Vixen
02b45cc4
csharp
public sealed class RenderPassNode

A render pass, and what draws into it.

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

As a graph node

Create menu
Frame/Render Pass

Fields and properties (5)

  • public Flow In

    Where the previous node connects.

  • public Flow Out

    Where the next node connects.

  • public Flow Body

    Where the first node that draws into it connects.

  • public override IReadOnlyList<CompositorField> Fields

    The settings this node type holds, in the order a panel should draw them.

  • public static NodeTypeDefinition Definition

    What this node type is, for the registry. Generated.

Methods (2)

  • protected internal override ISceneRendererAsset Emit(IReadOnlyList<ISceneRendererAsset> children)

    Produces this node's part of the tree.

  • public override void Bind(NodeBinding binding)

    Fills the port fields from what the compiler resolved. Generated.

Used by (2)

  • CompositorGraphCompilerVixen.Editor.AssetEditors
  • NodeTypesVixen.Editor.AssetEditors