Merge pull request #15845 from Anutrix/master

Added description to get_collision_mask_bit and set_collision_mask_bit in RayCast2D.xml
This commit is contained in:
Rémi Verschelde 2018-01-18 19:13:23 +01:00 committed by GitHub
commit f2a26fba96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@
<argument index="0" name="bit" type="int">
</argument>
<description>
Return an individual bit on the collision mask.
</description>
</method>
<method name="get_collision_normal" qualifiers="const">
@ -125,6 +126,7 @@
<argument index="1" name="value" type="bool">
</argument>
<description>
Set/clear individual bits on the collision mask. This makes selecting the areas scanned easier.
</description>
</method>
</methods>