Vixen
dd8b0a81
csharp
public sealed class InputAttribute

Marks a field as an input port.

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

As a annotation

Valid on
Field

Remarks

The field's declared type is the port's kind. Its initializer, if it has one, is the value the port takes when nothing is connected — which is what lets a Lerp be dropped into a graph and do something sensible before it is wired up.

Fields and properties (3)

  • 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.

  • public float[] Default

    The value the port takes when nothing is connected, one float per lane.

Used by (114, showing 40)

  • AbsoluteNodeVixen.Editor.ShaderGraph
  • AddNodeVixen.Editor.ShaderGraph
  • AmbientOcclusionNodeVixen.Editor.TextureGraph
  • AngularVelocityNodeVixen.Editor.VfxGraph
  • AttractNodeVixen.Editor.VfxGraph
  • AutoLevelsNodeVixen.Editor.TextureGraph
  • BillboardOutputNodeVixen.Editor.VfxGraph
  • BlendNodeVixen.Editor.TextureGraph
  • BlurHqNodeVixen.Editor.TextureGraph
  • BlurNodeVixen.Editor.TextureGraph
  • BurstNodeVixen.Editor.VfxGraph
  • ChannelShuffleNodeVixen.Editor.TextureGraph
  • CheckerNodeVixen.Editor.ShaderGraph
  • CheckerNodeVixen.Editor.TextureGraph
  • CollidePlaneNodeVixen.Editor.VfxGraph
  • CollideSphereNodeVixen.Editor.VfxGraph
  • ColourNodeVixen.Editor.VfxGraph
  • ColourOverLifeNodeVixen.Editor.VfxGraph
  • ColourSelectNodeVixen.Editor.TextureGraph
  • CombineNodeVixen.Editor.ShaderGraph
  • CompositorLeafNodeVixen.Editor.AssetEditors
  • ConstantNodeVixen.Editor.ShaderGraph
  • CropNodeVixen.Editor.TextureGraph
  • CurvatureNodeVixen.Editor.TextureGraph
  • CurveNodeVixen.Editor.TextureGraph
  • CustomOverLifeNodeVixen.Editor.VfxGraph
  • DirectionalBlurNodeVixen.Editor.TextureGraph
  • DirectionalWarpNodeVixen.Editor.TextureGraph
  • DistanceNodeVixen.Editor.TextureGraph
  • DivideNodeVixen.Editor.ShaderGraph
  • DotNodeVixen.Editor.ShaderGraph
  • DragNodeVixen.Editor.VfxGraph
  • EdgeDetectNodeVixen.Editor.TextureGraph
  • EffectNodeVixen.Editor.VfxGraph
  • EmbossNodeVixen.Editor.TextureGraph
  • FlipbookNodeVixen.Editor.ShaderGraph
  • FloodFillNodeVixen.Editor.TextureGraph
  • FractalNoiseNodeVixen.Editor.ShaderGraph
  • FractionNodeVixen.Editor.ShaderGraph
  • GradientMapNodeVixen.Editor.TextureGraph