Merge pull request #37776 from Sauermann/transform-scale-origin

Clarify Transform scaled Method description
This commit is contained in:
Rémi Verschelde 2020-04-29 09:17:47 +02:00 committed by GitHub
commit 105b4f89b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">