Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en-us/reference/engine/datatypes/RaycastResult.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ properties:
tags: []
deprecation_message: ''
- name: RaycastResult.Instance
type: Instance
type: BasePart
summary: |
The `Class.BasePart` or `Class.Terrain` cell that the ray intersected.
description: |
Expand All @@ -50,7 +50,7 @@ properties:
The position of the intersection between the ray and the part.
description: |
The world space point at which the intersection occurred, usually a point
directly on the surface of the instance.
directly on the surface of the `Class.BasePart`.
code_samples: []
tags: []
deprecation_message: ''
Expand Down