WuhuIslandTesting/Library/PackageCache/com.unity.splines@1.0.1/Samples~/Scenes/7 - Nearest Point/README.md

6 lines
285 B
Markdown
Raw Normal View History

2025-01-07 02:06:59 +01:00
# Nearest Point Sample
This sample showcases the use of `SplineUtility.GetNearestPoint` function. See `ShowNearestPoint.cs` script on how, given an arbitrary point, the closest point on the Spline can be found.
Play the sample scene to see a visualization of the function's results.