Animation.animationTrackInsertKey

Inserts a key with value animation at the given time (in seconds). The track_idx must be the index of an Animation Track.

struct Animation
@nogc nothrow
long
animationTrackInsertKey
(
in long track_idx
,
in double time
,
in String animation
)

Meta