From 5ed0861e8112d903edd519ca7e5f00316061d8dd Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Tue, 7 Aug 2018 10:17:55 +0700 Subject: [PATCH] [DOCS] SceneTree stretching constants --- doc/classes/SceneTree.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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.