Function Animation.trackFindKey
Finds the key index by time in a given track. Optionally, only find it if the exact time is given.
long trackFindKey
(
const(long) track_idx,
const(double) time,
const(bool) exact = false
) nothrow @nogc const;