From a78373ddc2c1123b13161da2037a16c40a3c4b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 21:22:15 +0200 Subject: doc: Remove null default values that can't be determined Applying #30187. --- doc/classes/Viewport.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/classes/Viewport.xml') diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index fbda2819b3..a9ffd9f66d 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -219,7 +219,7 @@ If [code]true[/code], the viewport will process 3D audio streams. - + The canvas transform of the viewport, useful for changing the on-screen positions of all child [CanvasItem]s. This is relative to the global canvas transform of the viewport. @@ -228,7 +228,7 @@ If [code]true[/code], the viewport will disable 3D rendering. For actual disabling use [code]usage[/code]. - + The global canvas transform of the viewport. The canvas transform is relative to this. @@ -293,7 +293,7 @@ The custom [World] which can be used as 3D environment source. - + The custom [World2D] which can be used as 2D environment source. -- cgit v1.2.3