Animation.bezierTrackInsertKey

Inserts a Bezier Track key at the given time in seconds. The track_idx must be the index of a Bezier Track. in_handle is the left-side weight of the added Bezier curve point, out_handle is the right-side one, while value is the actual value at this point.

struct Animation
@nogc nothrow
long
bezierTrackInsertKey
(
in long track_idx
,
in double time
,
in double value
,
in Vector2 in_handle = Vector2(0, 0)
,
in Vector2 out_handle = Vector2(0, 0)
)

Meta