Explorar o código

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

Clarify Transform scaled Method description
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
105b4f89b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/Transform.xml

+ 1 - 1
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">