summaryrefslogtreecommitdiff
path: root/doc/classes/RayCast.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-10-24 19:22:37 +0200
committerRémi Verschelde <rverschelde@gmail.com>2017-10-24 19:22:43 +0200
commit552ed07cfd2fce1f885b5a7739a0c086ab8c1589 (patch)
tree9e3b5f9c3e5fe2f160c16ea1117b87454be8d27a /doc/classes/RayCast.xml
parent847c55bcb11337bd2d386347b299863f82a1be02 (diff)
classref: Sync with current source
[ci skip]
Diffstat (limited to 'doc/classes/RayCast.xml')
-rw-r--r--doc/classes/RayCast.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/classes/RayCast.xml b/doc/classes/RayCast.xml
index fc96a183eb..3f999f7fe2 100644
--- a/doc/classes/RayCast.xml
+++ b/doc/classes/RayCast.xml
@@ -85,6 +85,14 @@
Returns the collision mask for this ray.
</description>
</method>
+ <method name="get_collision_mask_bit" qualifiers="const">
+ <return type="bool">
+ </return>
+ <argument index="0" name="bit" type="int">
+ </argument>
+ <description>
+ </description>
+ </method>
<method name="get_collision_normal" qualifiers="const">
<return type="Vector3">
</return>
@@ -156,6 +164,16 @@
Set the mask to filter objects. Only objects in at least one collision layer enabled in the mask will be detected.
</description>
</method>
+ <method name="set_collision_mask_bit">
+ <return type="void">
+ </return>
+ <argument index="0" name="bit" type="int">
+ </argument>
+ <argument index="1" name="value" type="bool">
+ </argument>
+ <description>
+ </description>
+ </method>
<method name="set_enabled">
<return type="void">
</return>