diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index f5a19ede0c9..c85bee9b842 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -384,20 +384,28 @@
Call a group only once even if the call is executed many times.
+ No stretching.
+ Render stretching in higher resolution (interpolated).
+ Keep the specified display resolution. No interpolation. Content may appear pixelated.
+ Fill the window with the content stretched to cover excessive space. Content may appear elongated.
+ Retain the same aspect ratio by padding with black bars in either axes. No expansion of content.
+ Expand vertically. Left/right black bars may appear if the window is too wide.
+ Expand horizontally. Top/bottom black bars may appear if the window is too tall.
+ Expand in both directions, retaining the same aspect ratio. No black bars.