Vixen
02b45cc4
csharp
public sealed class OutputAttribute

Marks a field as an output port.

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

As a annotation

Valid on
Field

Fields and properties (2)

  • public string Name

    What the port is called, if not the field's own name.

  • public string Summary

    One line saying what the port means.

Used by (40)

  • AbsoluteNodeVixen.Editor.ShaderGraph
  • AddNodeVixen.Editor.ShaderGraph
  • BurstNodeVixen.Editor.VfxGraph
  • ColourPropertyNodeVixen.Editor.ShaderGraph
  • CombineNodeVixen.Editor.ShaderGraph
  • CompositorLeafNodeVixen.Editor.AssetEditors
  • ConstantNodeVixen.Editor.ShaderGraph
  • DivideNodeVixen.Editor.ShaderGraph
  • DotNodeVixen.Editor.ShaderGraph
  • FloatPropertyNodeVixen.Editor.ShaderGraph
  • FractionNodeVixen.Editor.ShaderGraph
  • FrameNodeVixen.Editor.AssetEditors
  • LerpNodeVixen.Editor.ShaderGraph
  • MultiplyNodeVixen.Editor.ShaderGraph
  • NormalizeNodeVixen.Editor.ShaderGraph
  • OneMinusNodeVixen.Editor.ShaderGraph
  • PowerNodeVixen.Editor.ShaderGraph
  • RateNodeVixen.Editor.VfxGraph
  • RenderPassNodeVixen.Editor.AssetEditors
  • SampleTexture2DNodeVixen.Editor.ShaderGraph
  • SaturateNodeVixen.Editor.ShaderGraph
  • SequenceNodeVixen.Editor.AssetEditors
  • SineNodeVixen.Editor.ShaderGraph
  • SmoothstepNodeVixen.Editor.ShaderGraph
  • SplitNodeVixen.Editor.ShaderGraph
  • SubtractNodeVixen.Editor.ShaderGraph
  • TestColourNodeVixen.Editor.NodeGraph.Tests
  • TestCombineNodeVixen.Editor.NodeGraph.Tests
  • TestConstantNodeVixen.Editor.NodeGraph.Tests
  • TestNamedNodeVixen.Editor.NodeGraph.Tests
  • TestSettingsNodeVixen.Editor.NodeGraph.Tests
  • TestTextureNodeVixen.Editor.NodeGraph.Tests
  • TestVectorNodeVixen.Editor.NodeGraph.Tests
  • TilingAndOffsetNodeVixen.Editor.ShaderGraph
  • TimeNodeVixen.Editor.ShaderGraph
  • UvNodeVixen.Editor.ShaderGraph
  • VertexColourNodeVixen.Editor.ShaderGraph
  • VfxBlockNodeVixen.Editor.VfxGraph
  • WorldNormalNodeVixen.Editor.ShaderGraph
  • WorldPositionNodeVixen.Editor.ShaderGraph