Interface

TimelineKeyframeRenderClip

Serializable keyframe geometry grouped by clip for canvas drawing.

Signature

Type Definition
Interface TimelineKeyframeRenderClip

Properties

NameSignatureDescription
clipIdclipId: stringClip that owns the prepared geometry.
pointspoints: TimelineKeyframeRenderPoint[]Keyframe points inside this clip.
segmentssegments: TimelineKeyframeRenderSegment[]Keyframe segments inside this clip.
trackIdtrackId: stringTrack owning the clip.