Explorar o código

Merge pull request #2181 from ShadowKyogre/doc-help

Add documentation for RayCast2D about is_colliding and get_collider quirks
Juan Linietsky %!s(int64=10) %!d(string=hai) anos
pai
achega
e3f4fbc755
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      doc/base/classes.xml

+ 2 - 0
doc/base/classes.xml

@@ -23032,12 +23032,14 @@
 			<return type="bool">
 			</return>
 			<description>
+			Return whether the closest object the ray is pointing to is colliding with the vector, with the vector length considered.
 			</description>
 		</method>
 		<method name="get_collider" qualifiers="const" >
 			<return type="Object">
 			</return>
 			<description>
+			Return the closest object the ray is pointing to. Note that this does not consider the length of the vector, so you must also use [is_colliding] to check if the object returned is actually colliding with the ray.
 			</description>
 		</method>
 		<method name="get_collider_shape" qualifiers="const" >