study/first_study/Library/PackageCache/com.unity.shadergraph@3686fafd4720/Documentation~/Sub-graph-Node.md
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

14 lines
688 B
Markdown

# Sub Graph node reference
The Sub Graph node provides a reference to a [Sub Graph](Sub-graph.md). Use Sub Graphs to share functionality between shader graphs, or duplicate the same functionality within a graph.
The inputs and outputs of a Sub Graph node are defined by the properties and outputs of the Sub Graph. For more information, refer to [Create a Sub Graph](Create-Sub-Graph.md).
The preview in the Sub Graph node displays the first output of the Sub Graph.
Some built-in nodes are Sub Graph nodes, for example the [ThreadMapDetail node](ThreadMapDetail-Node.md) and the [SpeedTree](SpeedTree8-SubGraphAssets.md) nodes.
## Additional resources
- [Sub Graphs](Sub-graph.md)