소스 검색

Document Vector2.round() and Vector3.round()

Hugo Locurcio 7 년 전
부모
커밋
61fd3cd32a
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/classes/Vector2.xml
  2. 1 0
      doc/classes/Vector3.xml

+ 1 - 0
doc/classes/Vector2.xml

@@ -207,6 +207,7 @@
 			<return type="Vector2">
 			</return>
 			<description>
+				Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.
 			</description>
 		</method>
 		<method name="slerp">

+ 1 - 0
doc/classes/Vector3.xml

@@ -208,6 +208,7 @@
 			<return type="Vector3">
 			</return>
 			<description>
+				Returns the vector with all components rounded to the nearest integer, with halfway cases rounded away from zero.
 			</description>
 		</method>
 		<method name="slerp">