Vixen
dd8b0a81
csharp
public interface INodePreviewSource

Where a node's preview comes from.

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

Remarks

Implemented per graph, because what a node's output is is that graph's business: a shader graph evaluates the node's expression against a fixed input, and a VFX graph has no value to show at all for a spawner. The framework knows only that a node type asked for one — Preview — and where to draw it.

Methods (1)

Used by (8)

  • FixedVixen.Editor.NodeGraph.Tests
  • NodeGraphViewVixen.Editor.NodeGraph
  • NodePreviewLayerVixen.Editor.NodeGraph
  • NodePreviewWiringTestsVixen.Editor.Texturing.Tests
  • RecorderVixen.Editor.NodeGraph.Tests
  • ShaderGraphDocumentVixen.Editor.AssetEditors
  • ShaderGraphPreviewRendererVixen.Editor.ShaderGraph
  • TextureGraphPreviewsVixen.Editor.TextureGraph