SceneTreeStretchMode Enumeration |
[Missing <summary> documentation for "T:Godot.SceneTree.StretchMode"]
Namespace: Godot
public enum StretchMode
| Member name | Value | Description | |
|---|---|---|---|
| Disabled | 0 | No stretching. | |
| Mode2d | 1 | Render stretching in higher resolution (interpolated). | |
| Viewport | 2 | Keep the specified display resolution. No interpolation. Content may appear pixelated. |