AnimationChannel Members
The following tables list the members exposed by the AnimationChannel type.
Public Constructors
Name | Description | |
---|---|---|
AnimationChannel | Initializes a new instance of AnimationChannel. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of keyframes in the collection. | |
Item | Gets the keyframe at the specified index position. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds a new keyframe to the collection, automatically sorting the contents according to keyframe times. | |
Clear | Removes all keyframes from the collection. | |
Contains | Searches the collection for the specified keyframe. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the keyframes. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determines the index for the specified keyframe. | |
Remove | Removes the specified keyframe from the collection. | |
RemoveAt | Removes the keyframe at the specified index position. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
AnimationChannel Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace