LanguageDirection
Indicates the directionality of the element's text. The value cascades to child elements.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum LanguageDirection
Remarks
Setting to can only get the basic RTL support like text reversal. To get more comprehensive RTL support, such as line breaking, word wrapping, or text shaping, you must enable Advance Text Generator.
languageDirectionRTLAdditional Resources: Language direction