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

1.2 KiB

uid
ui-nodes

UI nodes

Topic Description
Default Solid Outputs the solid color specified for your UI elements.
Default Texture Provides a pre-defined texture for your UI elements.
Default SDF Text Provides the text color set for SDF text rendering and includes a tint input to modify the color of the text.
Default Bitmap Text Provides the text color set for bitmap text rendering and includes a tint input to modify the color of the text.
Default Gradient Outputs the gradient specified for your UI elements.
Render Type Outputs the current render type for conditional logic in the shader.
Render Type Branch Routes inputs based on the current render type and outputs the appropriate result.
Sample Element Texture Samples a texture at specific UV coordinates.

Additional resources