diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index a99fdbcb3a0..ce498f2262f 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -377,20 +377,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.