Animation.valueTrackInterpolate

Returns the interpolated value at the given time (in seconds). The track_idx must be the index of a value track.

struct Animation
@nogc nothrow const
Variant
valueTrackInterpolate
(
in long track_idx
,
in double time_sec
)

Meta