Animation.bezierTrackGetKeyValue

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

struct Animation
@nogc nothrow const
double
bezierTrackGetKeyValue
(
in long track_idx
,
in long key_idx
)

Meta