csharp
public enum ShaderStageInputWhich stage a value comes from.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
UvThe interpolated texture coordinate.
WorldPositionThe world-space position.
WorldNormalThe interpolated world-space normal.
VertexColourThe 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