Animation.bezierTrackSetKeyInHandle

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

struct Animation
@nogc nothrow
void
bezierTrackSetKeyInHandle
(
in long track_idx
,
in long key_idx
,
in Vector2 in_handle
)

Meta