Vixen
02b45cc4
csharp
public sealed class CompositorDeclarations

What the nodes that declare rather than draw contribute to a frame.

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

Remarks

A resource, a buffer, a stage and the view block are all things a frame has rather than things it does, so they are nodes with no flow ports: they sit on the canvas, are collected wherever they are, and take no part in the chain. Modelling them as a side panel instead would have meant a second editor, a second undo path and a second thing to serialise.

Fields and properties (4)

Used by (5)

  • BufferNodeVixen.Editor.AssetEditors
  • CompositorGraphCompilerVixen.Editor.AssetEditors
  • CompositorNodeVixen.Editor.AssetEditors
  • ResourceNodeVixen.Editor.AssetEditors
  • StageNodeVixen.Editor.AssetEditors