Animation.trackInsertKey

Insert a generic key in a given track.

struct Animation
@nogc nothrow
void
trackInsertKey
(
VariantArg2
)
(
in long track_idx
,
in double time
,
in VariantArg2 key
,
in double transition = 1
)

Meta