Vixen
02b45cc4
csharp
public enum ShaderStageInput

Which stage a value comes from.

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

Fields and properties (4)

  • Uv

    The interpolated texture coordinate.

  • WorldPosition

    The world-space position.

  • WorldNormal

    The interpolated world-space normal.

  • VertexColour

    The interpolated vertex colour.

Used by (8)

  • PbrMasterNodeVixen.Editor.ShaderGraph
  • RavenEmitterVixen.Editor.ShaderGraph
  • SampleTexture2DNodeVixen.Editor.ShaderGraph
  • ShaderGraphCompilerVixen.Editor.ShaderGraph
  • UvNodeVixen.Editor.ShaderGraph
  • VertexColourNodeVixen.Editor.ShaderGraph
  • WorldNormalNodeVixen.Editor.ShaderGraph
  • WorldPositionNodeVixen.Editor.ShaderGraph