Added description to get_collision_mask_bit and set_collision_mask_bit in RayCast2D.xml

This commit is contained in:
Anutrix 2018-01-18 23:14:31 +05:30
parent b597d1a1c7
commit 0ec8f4c06b
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>