We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5d043 commit a5bcab1Copy full SHA for a5bcab1
content/en-us/reference/engine/datatypes/RaycastResult.yaml
@@ -25,7 +25,7 @@ properties:
25
tags: []
26
deprecation_message: ''
27
- name: RaycastResult.Instance
28
- type: Instance
+ type: BasePart
29
summary: |
30
The `Class.BasePart` or `Class.Terrain` cell that the ray intersected.
31
description: |
@@ -50,7 +50,7 @@ properties:
50
The position of the intersection between the ray and the part.
51
52
The world space point at which the intersection occurred, usually a point
53
- directly on the surface of the instance.
+ directly on the surface of the `Class.BasePart`.
54
code_samples: []
55
56
0 commit comments