The TimelineClip type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TimelineClip()()()() |
Initializes a new instance of the TimelineClip class.
| |
| TimelineClip(ITimeline) |
Initializes a new instance of the TimelineClip class for the given timeline.
|
Methods
| Name | Description | |
|---|---|---|
| CreateInstance |
Creates an animation instance that can be used to play back the animation.
(For internal use only.)
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAnimationTime |
Gets the animation time for the specified time on the timeline.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetState |
Gets the state of the animation for the specified time on the timeline.
| |
| GetTotalDuration |
Gets the total length of the timeline.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ClipEnd |
Gets or sets the end time of the animation clip.
| |
| ClipOffset |
Gets the time offset that is applied to the selected animation clip.
| |
| ClipStart |
Gets or sets the start time of the animation clip.
| |
| Delay |
Gets or sets the time at which the animation clip begins.
| |
| Duration |
Gets or sets the duration for which the animation clip is played.
| |
| FillBehavior |
Gets or sets a value that specifies how the animation behaves when it reaches the end of its
duration.
| |
| LoopBehavior |
Gets or sets the behavior of the animation past the end of the animation clip.
| |
| Speed |
Gets or sets the speed ratio at which the animation clip is played.
| |
| TargetObject |
Gets or sets the object to which the animation is applied by default.
| |
| Timeline |
Gets or sets the original animation timeline from which a clip is played back.
|