Animation.trackFindKey

Finds 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 track_idx
,
in double time
,
in bool exact = false
)

Meta