Files
Test-Multiplayer/Library/PackageCache/com.unity.ugui@7056cb05de4c/Documentation~/script-Shadow.md
pelpanagiotis 329b7d3183 First Commit
2025-12-21 18:31:02 +02:00

583 B

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. Text with Shadow effect.

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.