The distance of the path after lengthening/shortening to account for expected distance.
The user-set distance of the path. If non-null, distance will match this value, and the path will be shortened/lengthened to match this length.
Computes the slider path until a given progress that ranges } from 0 (beginning of the slider) to 1 (end of the slider) and stores the generated path in the given list.
The list to be filled with the computed path.
Start progress. Ranges } from 0 (beginning of the slider) to 1 (end of the slider).
End progress. Ranges } from 0 (beginning of the slider) to 1 (end of the slider).
Computes the position on the curve relative to how much of the hit object has been completed.
Where 0 is the start time of the hit object and 1 is the end time of the hit object.
Number of spans of the object.
The position on the curve.
Computes the progress along the curve relative to how much of the hit object has been completed.
Where 0 is the start time of the hit object and 1 is the end time of the hit object.
Number of spans of the object.
Progress of the object on the current span.
The distance of the path prior to lengthening/shortening to account for expected distance.