Table of Contents

Enum Window.LayoutDirection

Namespace
Godot
Assembly
GodotSharp.dll
public enum Window.LayoutDirection : long

Fields

Inherited = 0

Automatic layout direction, determined from the parent window layout direction.

Locale = 1

Automatic layout direction, determined from the current locale.

Ltr = 2

Left-to-right layout direction.

Rtl = 3

Right-to-left layout direction.