From 29844a58624eadd904a48e359c0414094d1307e9 Mon Sep 17 00:00:00 2001 From: conankzhang Date: Wed, 30 Oct 2019 03:19:08 -0700 Subject: [PATCH] Add descriptions to scale functions. --- doc/classes/Spatial.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index 09a5bf3b8f4..128aa93f154 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -48,6 +48,7 @@ + Scales the global (world) transformation by the given [Vector3] scale factors. @@ -77,6 +78,7 @@ + Returns whether this node uses a scale of [code](1, 1, 1)[/code] or its local transformation scale. @@ -206,6 +208,7 @@ + Sets whether the node uses a scale of [code](1, 1, 1)[/code] or its local transformation scale. Changes to the local transformation scale are preserved.