Unity Products:Amplify Shader Editor/Template Vertex Data
Jump to navigation
Jump to search
Template Vertex Data Node
The Template Vertex Data node allows access to vertex data declared over the currently used Template shader via the Data dropdown option. The node's Outputs type and amount will vary according to which type of data is currently selected.
NOTE: This node only outputs valid results if connected to a vertex function related port. Use the Vertex To Fragment if data is required to be interpolated over the fragment function.
Node Parameter | Description | Default Value |
---|---|---|
SubShader | Select which subshader to get vertex data. | 0 |
Pass | Select which Pass to get vertex data. | 0 |
Data | Select which vertex data to output. | <Template dependent> |