Enum Corner
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Corner : long
Fields
BottomLeft = 3
Bottom-left corner.
BottomRight = 2
Bottom-right corner.
TopLeft = 0
Top-left corner.
TopRight = 1
Top-right corner.
public enum Corner : long
BottomLeft = 3
Bottom-left corner.
BottomRight = 2
Bottom-right corner.
TopLeft = 0
Top-left corner.
TopRight = 1
Top-right corner.