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