From d55304c56f08e44c0f1fb1ccc75899180612e504 Mon Sep 17 00:00:00 2001 From: Hubert Jarosz Date: Wed, 3 Aug 2016 22:23:56 +0200 Subject: [PATCH] [ci skip] update Raycast documentation clarification that set_cast_to needs LOCAL point and get_collision_point gives GLOBAL point (cherry picked from commit 1445553fea268104bf7012785536c4e7c9c6b1e6) --- doc/base/classes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b7b0502eaad..e4b2a2075bf 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -30627,6 +30627,7 @@ + Returns collision point. This point is in [b]global[/b] coordinate system. @@ -30669,6 +30670,7 @@ + Sets to which point ray should be casted. This point is in [b]local[/b] coordinate system.