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