TextShadow
Script interface for VisualElement text-shadow style property _textShadow.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IEquatable<TextShadow>
public struct TextShadow : IEquatable<TextShadow>
Fields
Value | Description |
|---|---|
| blurRadius | The blur radius of the shadow. |
| color | The color of the shadow. |
| offset | The offset of the shadow. |