Просмотр исходного кода

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

Clarify Transform scaled Method description
Rémi Verschelde 5 лет назад
Родитель
Сommit
105b4f89b9
1 измененных файлов с 1 добавлено и 1 удалено
  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">