The TimelineClip type exposes the following members.

Constructors

  NameDescription
Public methodTimelineClip()()()()
Initializes a new instance of the TimelineClip class.
Public methodTimelineClip(ITimeline)
Initializes a new instance of the TimelineClip class for the given timeline.

Methods

  NameDescription
Public methodCreateInstance
Creates an animation instance that can be used to play back the animation. (For internal use only.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAnimationTime
Gets the animation time for the specified time on the timeline.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetState
Gets the state of the animation for the specified time on the timeline.
Public methodGetTotalDuration
Gets the total length of the timeline.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyClipEnd
Gets or sets the end time of the animation clip.
Public propertyClipOffset
Gets the time offset that is applied to the selected animation clip.
Public propertyClipStart
Gets or sets the start time of the animation clip.
Public propertyDelay
Gets or sets the time at which the animation clip begins.
Public propertyDuration
Gets or sets the duration for which the animation clip is played.
Public propertyFillBehavior
Gets or sets a value that specifies how the animation behaves when it reaches the end of its duration.
Public propertyLoopBehavior
Gets or sets the behavior of the animation past the end of the animation clip.
Public propertySpeed
Gets or sets the speed ratio at which the animation clip is played.
Public propertyTargetObject
Gets or sets the object to which the animation is applied by default.
Public propertyTimeline
Gets or sets the original animation timeline from which a clip is played back.

See Also