Sdílet prostřednictvím


AnimationChannel Members

The following tables list the members exposed by the AnimationChannel type.

Public Constructors

Name Description
Public Method AnimationChannel Initializes a new instance of AnimationChannel.

Public Properties

Name Description
Public Property Count Gets the number of keyframes in the collection.
Public Property Item Gets the keyframe at the specified index position.

Public Methods

Name Description
Public Method Add Adds a new keyframe to the collection, automatically sorting the contents according to keyframe times.
Public Method Clear Removes all keyframes from the collection.
Public Method Contains Searches the collection for the specified keyframe.
Public Method Equals (Inherited from Object.)
Public Method GetEnumerator Returns an enumerator that iterates through the keyframes.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method IndexOf Determines the index for the specified keyframe.
Public Method ReferenceEquals (Inherited from Object.)
Public Method Remove Removes the specified keyframe from the collection.
Public Method RemoveAt Removes the keyframe at the specified index position.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Explicit Interface Implementations

Name Description
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Content.Pipeline.Graphics.AnimationKeyframe>.IsReadOnly Returns a value indicating whether the object is read-only.
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Content.Pipeline.Graphics.AnimationKeyframe>.Add Adds a new keyframe to the collection, automatically sorting the contents according to keyframe times.
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Content.Pipeline.Graphics.AnimationKeyframe>.CopyTo Copies the elements of the animation channel to an array, starting at the specified index.
Explicit Interface ImplementationMethod System.Collections.IEnumerable.GetEnumerator Gets an enumerator that iterates through the keyframes of an animation channel.

See Also

Reference

AnimationChannel Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace