TextAutoSizeMode
Defines how a text element adapts its font-size.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum TextAutoSizeMode
Fields
Value | Description |
|---|---|
| BestFit | Choose a size within the range set in TextAutoSize. |
| None | Use the explicit |