Enum Viewport.SdfScaleEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Viewport.SdfScaleEnum : long
Fields
Max = 3Represents the size of the Viewport.SdfScaleEnum enum.
Scale100Percent = 0The signed distance field is rendered at full resolution.
Scale25Percent = 2The signed distance field is rendered at a quarter the resolution of this viewport.
Scale50Percent = 1The signed distance field is rendered at half the resolution of this viewport.