Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 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 @@ -47,10 +47,10 @@ properties:
- name: RaycastResult.Position
type: Vector3
summary: |
The position of the intersection between the ray and the part.
The world space point at which the intersection occurred.
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` or `Class.Terrain` cell.
code_samples: []
tags: []
deprecation_message: ''
Expand Down