Click or drag to resize
DigitalRuneTimelineClipTimeline Property
Gets or sets the original animation timeline from which a clip is played back.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute(SharedResource = true)]
public ITimeline Timeline { get; set; }

Property Value

Type: ITimeline
The original animation timeline from which a clip played back.
See Also