File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en-us/reference/engine/datatypes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ properties:
2525 tags : []
2626 deprecation_message : ' '
2727 - name : RaycastResult.Instance
28- type : Instance
28+ type : BasePart
2929 summary : |
3030 The `Class.BasePart` or `Class.Terrain` cell that the ray intersected.
3131 description : |
@@ -47,10 +47,10 @@ properties:
4747 - name : RaycastResult.Position
4848 type : Vector3
4949 summary : |
50- The position of the intersection between the ray and the part .
50+ The world space point at which the intersection occurred .
5151 description : |
5252 The world space point at which the intersection occurred, usually a point
53- directly on the surface of the instance .
53+ directly on the surface of the `Class.BasePart` or `Class.Terrain` cell .
5454 code_samples : []
5555 tags : []
5656 deprecation_message : ' '
You can’t perform that action at this time.
0 commit comments