Vixen
02b45cc4
csharp
public sealed class ResourceNode

A texture the frame declares and the render graph owns.

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

As a graph node

Create menu
Declare/Resource

Remarks

No flow ports: a declaration is something the frame has rather than something it does, so it sits on the canvas wherever it reads best and takes no part in the chain.

Fields and properties (2)

  • 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 void Contribute(CompositorDeclarations declarations)

    Adds whatever this node declares to the frame. Nothing, for a node that draws.

  • 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