AnimationChannel.Item Property
Note
This property is available only when developing for Windows.
Gets the keyframe at the specified index position.
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As AnimationKeyframe
public AnimationKeyframe this [
int index
] { get; }
public:
property AnimationKeyframe default [Int32] {
AnimationKeyframe get (int index);
}
Property Value
Type: AnimationKeyframe
Retrieved keyframe.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
AnimationChannel Class
AnimationChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP