Merge pull request #75260 from rburing/fix_collide_shape_return

Fix `collide_shape` return type
This commit is contained in:
Yuri Sizov
2023-03-25 13:54:05 +01:00
committed by GitHub
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
</description>
</method>
<method name="collide_shape">
<return type="PackedVector2Array[]" />
<return type="Vector2[]" />
<param index="0" name="parameters" type="PhysicsShapeQueryParameters2D" />
<param index="1" name="max_results" type="int" default="32" />
<description>
+1 -1
View File
@@ -21,7 +21,7 @@
</description>
</method>
<method name="collide_shape">
<return type="PackedVector3Array[]" />
<return type="Vector3[]" />
<param index="0" name="parameters" type="PhysicsShapeQueryParameters3D" />
<param index="1" name="max_results" type="int" default="32" />
<description>