Table of Contents

Enum DisplayServer.WindowResizeEdge

Namespace
Godot
Assembly
GodotSharp.dll
public enum DisplayServer.WindowResizeEdge : long

Fields

Bottom = 6

Bottom edge of a window.

BottomLeft = 5

Bottom-left edge of a window.

BottomRight = 7

Bottom-right edge of a window.

Left = 3

Left edge of a window.

Max = 8

Represents the size of the DisplayServer.WindowResizeEdge enum.

Right = 4

Right edge of a window.

Top = 1

Top edge of a window.

TopLeft = 0

Top-left edge of a window.

TopRight = 2

Top-right edge of a window.