Click or drag to resize

SceneTreeStretchMode Enumeration

[Missing <summary> documentation for "T:Godot.SceneTree.StretchMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum StretchMode
Members
  Member nameValueDescription
Disabled0

No stretching.

Mode2d1

Render stretching in higher resolution (interpolated).

Viewport2

Keep the specified display resolution. No interpolation. Content may appear pixelated.

See Also