diff options
author | Anutrix <numaanzaheerahmed@yahoo.com> | 2018-01-18 23:14:31 +0530 |
---|---|---|
committer | Anutrix <numaanzaheerahmed@yahoo.com> | 2018-01-18 23:14:31 +0530 |
commit | 0ec8f4c06b4253f0f52c3db41ef8043ee2d83c39 (patch) | |
tree | 4f334edb9eb689a76bef996659a639db4985f5c2 | |
parent | b597d1a1c70b670fbaaa7ecd67cbca93158905e5 (diff) |
Added description to get_collision_mask_bit and set_collision_mask_bit in RayCast2D.xml
-rw-r--r-- | doc/classes/RayCast2D.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/RayCast2D.xml b/doc/classes/RayCast2D.xml index 7575f11e05..2d53206663 100644 --- a/doc/classes/RayCast2D.xml +++ b/doc/classes/RayCast2D.xml @@ -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> |