study/first_study/Library/PackageCache/com.unity.ugui@1890c14c96ff/Documentation~/script-Outline.md
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

17 lines
605 B
Markdown

# Outline
The Outline component adds a simple outline effect to graphic components such as Text or Image. It must be on the same GameObject as the graphic component.
![Text with no effect.](images/UI_TextExample.png)
![Text with Outline effect.](images/UI_OutlineExample.png)
![](images/UI_OutlineInspector.png)
## Properties
|**Property:** |**Function:** |
|:---|:---|
|**Effect Color** | The color of the outline. |
|**Effect Distance** | The distance of the outline effect horizontally and vertically. |
|**Use Graphic Alpha** | Multiplies the color of the graphic onto the color of the effect. |