[DOCS] PhysicsDirectSpaceState updates

This commit is contained in:
homer666
2018-09-23 09:18:55 +10:00
parent 2613e59f59
commit 194f476095
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -117,7 +117,7 @@
[code]metadata[/code]: The intersecting shape's metadata. This metadata is different from [method Object.get_meta], and is set with [method Physics2DServer.shape_set_data].
[code]rid[/code]: The intersecting object's [RID].
[code]shape[/code]: The shape index of the colliding shape.
The number of intersections can be limited with the second parameter, to reduce the processing time.
The number of intersections can be limited with the [code]max_results[/code] parameter, to reduce the processing time.
</description>
</method>
</methods>