Unity Products:Amplify Shader Editor/Template Fragment Data

From Amplify Creations Wiki
Jump to navigation Jump to search

Back to Node List

Template Fragment Data Node

The Template Fragment Data node allows access to interpolated fragment 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 fragment function related port.

Node Parameter Description Default Value
SubShader Select which subshader to get interpolated fragment data. 0
Pass Select which Pass to get interpolated fragment data. 0
Data Select which interpolated fragment data to output. <Template dependent>

Back to Node List