Animation.animationTrackSetKeyAnimation

Sets the key identified by key_idx to value animation. The track_idx must be the index of an Animation Track.

struct Animation
@nogc nothrow
void
animationTrackSetKeyAnimation
(
in long track_idx
,
in long key_idx
,
in String animation
)

Meta