summaryrefslogtreecommitdiff
path: root/doc/classes/Transform.xml
diff options
context:
space:
mode:
authorMarkus Sauermann <6299227+Sauermann@users.noreply.github.com>2020-04-10 22:27:45 +0200
committerMarkus Sauermann <6299227+Sauermann@users.noreply.github.com>2020-04-10 22:36:09 +0200
commit19c8b0be4538a2deab0b1d837c32fb40d2abb026 (patch)
treeeffde049225d625f58c682d8cb72d41df95bd282 /doc/classes/Transform.xml
parent8806e7d5f3e65a06be1b0a58dc73442e58fdf469 (diff)
Clarify Transform scaled Method description.
Diffstat (limited to 'doc/classes/Transform.xml')
-rw-r--r--doc/classes/Transform.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml
index e4d367c344..4175f01eb4 100644
--- a/doc/classes/Transform.xml
+++ b/doc/classes/Transform.xml
@@ -135,7 +135,7 @@
<argument index="0" name="scale" type="Vector3">
</argument>
<description>
- Scales the transform by the given scale factor, using matrix multiplication.
+ Scales basis and origin of the transform by the given scale factor, using matrix multiplication.
</description>
</method>
<method name="translated">