06-06-2025, 02:50 PM
Is there a way to get the position of each ControlPoint in spline by API?
|
Is there a way to get the position of each ControlPoint in spline by API?
|
|
06-06-2025, 02:50 PM
Is there a way to get the position of each ControlPoint in spline by API?
06-07-2025, 09:44 AM
Get the list of control points using CurvySpline.ControlPointsList
Each control point is a gameobject, so you can use its Transform to get the position.
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you. |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| SplineController Ignores Follow-Up and Chooses Wrong Spline | Josenildo | 7 | 3,070 |
07-29-2025, 09:15 PM Last Post: _Aka_ |
|
| Curvy Line Renderer for UI Spline? | gekido | 7 | 4,429 |
07-13-2025, 07:11 PM Last Post: _Aka_ |
|
| Filling a closed spline dynamically | rickgplus | 1 | 1,683 |
04-16-2025, 08:56 AM Last Post: _Aka_ |
|
| Disable a spline's gizmo when not selected or disabled. | mikechr2000 | 1 | 1,312 |
02-03-2025, 09:34 AM Last Post: _Aka_ |
|