You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Updated tutorial_raycasting (markdown)
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user