Animation.trackFindKey

Find the key index by time in a given track. Optionally, only find it if the exact time is given.

struct Animation
@nogc nothrow const
long
trackFindKey
(
in long idx
,
in double time
,
in bool exact = false
)

Meta