Prechádzať zdrojové kódy

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

Hugo Locurcio 7 rokov pred
rodič
commit
61fd3cd32a
2 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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">