Table of Contents

Enum Viewport.SdfScaleEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum Viewport.SdfScaleEnum : long

Fields

Max = 3

Represents the size of the Viewport.SdfScaleEnum enum.

Scale100Percent = 0

The signed distance field is rendered at full resolution.

Scale25Percent = 2

The signed distance field is rendered at a quarter the resolution of this viewport.

Scale50Percent = 1

The signed distance field is rendered at half the resolution of this viewport.