summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-04-29 09:17:47 +0200
committerGitHub <noreply@github.com>2020-04-29 09:17:47 +0200
commit105b4f89b9515b84c721b7e30a5f229b805ca8f3 (patch)
treed0ff08118e49fadfea13371ce5f53d72075496ed /doc/classes
parent368892bfe4a61abb2b15a91a6d10be3a5c405e05 (diff)
parent19c8b0be4538a2deab0b1d837c32fb40d2abb026 (diff)
Merge pull request #37776 from Sauermann/transform-scale-origin
Clarify Transform scaled Method description
Diffstat (limited to 'doc/classes')
-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">