Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LanguageDirection

Indicates the directionality of the element's text. The value cascades to child elements.
Read time 1 minuteLast updated 4 days ago

Definition

public enum LanguageDirection

Remarks

Additional Resources: Language direction

Fields

Value

Description

InheritInherits the directionality from the nearest ancestor with a specified directionality.
LTRLeft to right language direction.
RTLRight to left language direction.