소스 검색

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

Clarify Transform scaled Method description
Rémi Verschelde 5 년 전
부모
커밋
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">