From decbda68d7067d597698908f53fceebc3247dfcd Mon Sep 17 00:00:00 2001 From: Markus Sauermann <6299227+Sauermann@users.noreply.github.com> Date: Tue, 4 Oct 2022 21:53:18 +0200 Subject: Prohibit inconsistent size state for SubViewport Prohibit size changes of SubViewports with parent SubViewportContainers that have stretch mode enabled. --- doc/classes/SubViewportContainer.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes/SubViewportContainer.xml') diff --git a/doc/classes/SubViewportContainer.xml b/doc/classes/SubViewportContainer.xml index 77aa7e3ff4..11137222a9 100644 --- a/doc/classes/SubViewportContainer.xml +++ b/doc/classes/SubViewportContainer.xml @@ -13,6 +13,7 @@ If [code]true[/code], the sub-viewport will be automatically resized to the control's size. + [b]Note:[/b] If [code]true[/code], this will prohibit changing [member SubViewport.size] of its children manually. Divides the sub-viewport's effective resolution by this value while preserving its scale. This can be used to speed up rendering. -- cgit v1.2.3