Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RaycastResult.yaml #1015

Merged
merged 4 commits into from
Feb 6, 2025
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