Skip to content

Commit

Permalink
fix: Fixes #255 raycast link reference
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias committed Feb 18, 2024
1 parent b9fec6b commit 25f9fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/manual/physics/raycasting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>[!Note]
>Raycasting uses **colliders** to calculate intersections. It ignores entities that have no collider component. For more information, see [Colliders](colliders.md).
To use a raycast, in the current [Simulation](xref:Stride.Physics.Simulation), use [Simulation.Raycast](xref:Stride.Physics.Simulation.Raycast(Vector3, Vector3, CollisionFilterGroups, CollisionFilterGroupFlags, bool)).
To use a raycast, in the current [Simulation](xref:Stride.Physics.Simulation), use [Simulation.Raycast](xref:Stride.Physics.Simulation.Raycast(Stride.Core.Mathematics.Vector3,Stride.Core.Mathematics.Vector3,Stride.Physics.CollisionFilterGroups,Stride.Physics.CollisionFilterGroupFlags,System.Boolean,Stride.Physics.EFlags)).

For an example of raycasting, see the **Physics Sample** project included with Stride.

Expand Down

0 comments on commit 25f9fe7

Please sign in to comment.