loopSampler
Creates a function to sample the FCurve in a looping manner across its defined duration.
Return
A lambda function that takes a Double representing the time and returns a Double evaluated from the FCurve, ensuring the sampling respects the looping behavior.
Parameters
normalized
Specifies whether the input time values should be normalized to the range 0, 1. If true, the provided time will be scaled to the duration of the FCurve. If false, the input time is taken as-is but wrapped within the FCurve's duration.