diff options
author | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2020-04-10 22:27:45 +0200 |
---|---|---|
committer | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2020-04-10 22:36:09 +0200 |
commit | 19c8b0be4538a2deab0b1d837c32fb40d2abb026 (patch) | |
tree | effde049225d625f58c682d8cb72d41df95bd282 /doc/classes/Transform.xml | |
parent | 8806e7d5f3e65a06be1b0a58dc73442e58fdf469 (diff) |
Clarify Transform scaled Method description.
Diffstat (limited to 'doc/classes/Transform.xml')
-rw-r--r-- | doc/classes/Transform.xml | 2 |
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"> |