Enum DisplayServer.WindowResizeEdge
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum DisplayServer.WindowResizeEdge : long
Fields
Bottom = 6Bottom edge of a window.
BottomLeft = 5Bottom-left edge of a window.
BottomRight = 7Bottom-right edge of a window.
Left = 3Left edge of a window.
Max = 8Represents the size of the DisplayServer.WindowResizeEdge enum.
Right = 4Right edge of a window.
Top = 1Top edge of a window.
TopLeft = 0Top-left edge of a window.
TopRight = 2Top-right edge of a window.