You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
583 B
Markdown
17 lines
583 B
Markdown
1 year ago
|
# Shadow
|
||
|
|
||
|
The Shadow 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 Shadow effect.](images/UI_ShadowExample.png)
|
||
|
|
||
|
![](images/UI_ShadowInspector.png)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
|**Property:** |**Function:** |
|
||
|
|:---|:---|
|
||
|
|**Effect Color** | The color of the shadow. |
|
||
|
|**Effect Distance** | The offset of the shadow expressed as a vector. |
|
||
|
|**Use Graphic Alpha** | Multiplies the color of the graphic onto the color of the effect. |
|