HAlign Enumeration |
[Missing <summary> documentation for "T:Godot.HAlign"]
Namespace: Godot
public enum HAlign
Member name | Value | Description | |
---|---|---|---|
Left | 0 | Horizontal left alignment, usually for text-derived classes. | |
Center | 1 | Horizontal center alignment, usually for text-derived classes. | |
Right | 2 | Horizontal right alignment, usually for text-derived classes. |