次の方法で共有


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 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.)

See Also

Reference

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