AnimationChannel.Contains Method
Note
This method is available only when developing for Windows.
Searches the collection for the specified keyframe.
Syntax
'Declaration
Public Function Contains ( _
item As AnimationKeyframe _
) As Boolean
public bool Contains (
AnimationKeyframe item
)
public:
bool Contains(
AnimationKeyframe item
)
Parameters
- item
Type: AnimationKeyframe
Keyframe being searched for.
Return Value
Type: Boolean
true if the keyframe exists; false otherwise.
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