Animation.bezierTrackSetKeyValue

Sets the value of the key identified by key_idx to the given value. The track_idx must be the index of a Bezier Track.

struct Animation
@nogc nothrow
void
bezierTrackSetKeyValue
(
in long track_idx
,
in long key_idx
,
in double value
)

Meta