Function Animation.methodTrackGetKeyIndices
Returns all the key indices of a method track, given a position and delta time.
PoolArray!(int) methodTrackGetKeyIndices
(
const(long) track_idx,
const(double) time_sec,
const(double) delta
) nothrow @nogc const;