[ci skip] update Raycast documentation

clarification that set_cast_to needs LOCAL point
and get_collision_point gives GLOBAL point
This commit is contained in:
Hubert Jarosz 2016-08-03 22:23:56 +02:00
parent c439a6188c
commit 1445553fea
No known key found for this signature in database
GPG key ID: 3078B3E2110D6947

View file

@ -30627,6 +30627,7 @@
<return type="Vector3">
</return>
<description>
Returns collision point. This point is in [b]global[/b] coordinate system.
</description>
</method>
<method name="get_layer_mask" qualifiers="const">
@ -30669,6 +30670,7 @@
<argument index="0" name="local_point" type="Vector3">
</argument>
<description>
Sets to which point ray should be casted. This point is in [b]local[/b] coordinate system.
</description>
</method>
<method name="set_enabled">