1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Updated tutorial_raycasting (markdown)

Juan Linietsky
2015-05-16 12:06:30 -03:00
parent 58dc4767e0
commit b7955e05ce

@@ -73,6 +73,8 @@ The collision result dictionary, when something hit, has this format:
shape:int # shape index of collider shape:int # shape index of collider
metadata:Variant() # metadata of collider metadata:Variant() # metadata of collider
} }
# in case of 3D, Vector3 is returned.
``` ```
### Collision Exceptions ### Collision Exceptions