Enum SceneTree.StretchMode

enum StretchMode : int { ... }

Enum members

NameDescription
stretchMode2d Render stretching in higher resolution (interpolated).
stretchModeDisabled No stretching.
stretchModeViewport Keep the specified display resolution. No interpolation. Content may appear pixelated.