AnimationChannel.IndexOf Method
Note
This method is available only when developing for Windows.
Determines the index for the specified keyframe.
Syntax
'Declaration
Public Function IndexOf ( _
item As AnimationKeyframe _
) As Integer
public int IndexOf (
AnimationKeyframe item
)
public:
int IndexOf(
AnimationKeyframe item
)
Parameters
- item
Type: AnimationKeyframe
Identity of a keyframe.
Return Value
Type: Int32
Index of the specified 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