Skip to content

Commit

Permalink
Merge branch 'main' into patch-11
Browse files Browse the repository at this point in the history
  • Loading branch information
sammygrey authored Feb 7, 2025
2 parents 4682d46 + 0b56613 commit 203ce1d
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 203ce1d

Please sign in to comment.