diff options
author | CardboardCarl <31835840+CardboardCarl@users.noreply.github.com> | 2024-01-21 01:16:42 -0500 |
---|---|---|
committer | CardboardCarl <31835840+CardboardCarl@users.noreply.github.com> | 2024-01-21 01:16:42 -0500 |
commit | 6dfec4f70dfe77560de046fe99d6514e7831755a (patch) | |
tree | d9f2f3da19822a4adbea6b56188ce28e22a1a61d /doc/classes/RayCast2D.xml | |
parent | 0bcc0e92b3f0ac57d4c4650722f347593a258572 (diff) | |
download | redot-engine-6dfec4f70dfe77560de046fe99d6514e7831755a.tar.gz |
Clarified behavior of RayCast objects when get_collision_point() is used inside a collision shape
Diffstat (limited to 'doc/classes/RayCast2D.xml')
-rw-r--r-- | doc/classes/RayCast2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/RayCast2D.xml b/doc/classes/RayCast2D.xml index 6144fd8f0b..22e3ae07ba 100644 --- a/doc/classes/RayCast2D.xml +++ b/doc/classes/RayCast2D.xml @@ -74,7 +74,7 @@ <method name="get_collision_point" qualifiers="const"> <return type="Vector2" /> <description> - Returns the collision point at which the ray intersects the closest object. + Returns the collision point at which the ray intersects the closest object. If [member hit_from_inside] is [code]true[/code] and the ray starts inside of a collision shape, this function will return the origin point of the ray. [b]Note:[/b] This point is in the [b]global[/b] coordinate system. </description> </method> |