mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
Clarify Transform scaled Method description.
This commit is contained in:
parent
8806e7d5f3
commit
19c8b0be45
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue