| AnimationClipTClipStart Property |
Gets or sets the start time of the animation clip.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public Nullable<TimeSpan> ClipStart { get; set; }
Public Property ClipStart As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan> ClipStart {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
member ClipStart : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpan
The time at which the original animation should be started. The default value is
, which indicates that the original animation should be played from
the beginning.
Remarks ClipStart and
ClipEnd define the interval of the original
animation that should be played.
See Also