|  | Vector2FAnimation Methods | 
The Vector2FAnimation type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateBlendAnimation | 
            Creates a new BlendAnimationT. (For internal use only.)
            (Inherited from AnimationT.) | 
|  | CreateInstance | 
            Creates an animation instance that can be used to play back the animation. 
            (For internal use only.)
            (Inherited from AnimationT.) | 
|  | 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.
            (Inherited from AnimationT.) | 
|  | 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.
            (Inherited from AnimationT.) | 
|  | GetTotalDuration | 
            Gets the total length of the timeline.
            (Overrides AnimationTGetTotalDuration.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | GetValue | 
            Gets the value of the animation at the specified time.
            (Inherited from AnimationT.) | 
|  | GetValueCore | 
            Evaluates the animation function at the specified animation time.
            (Overrides AnimationTGetValueCore(TimeSpan, T, T, T).) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also