Enum Viewport.SdfOversizeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Viewport.SdfOversizeEnum : long
Fields
Max = 4
Represents the size of the Viewport.SdfOversizeEnum enum.
Oversize100Percent = 0
The signed distance field only covers the viewport's own rectangle.
Oversize120Percent = 1
The signed distance field is expanded to cover 20% of the viewport's size around the borders.
Oversize150Percent = 2
The signed distance field is expanded to cover 50% of the viewport's size around the borders.
Oversize200Percent = 3
The signed distance field is expanded to cover 100% (double) of the viewport's size around the borders.