Function Animation.valueTrackGetKeyIndices

Returns all the key indices of a value track, given a position and delta time.

PoolArray!(int) valueTrackGetKeyIndices (
  const(long) track_idx,
  const(double) time_sec,
  const(double) delta
) nothrow @nogc const;