Click or drag to resize
SpriteBaseGetCurrentFramesetFrames Method
Get a list of frameset frames that the sprite is currently displaying

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual Frame[] GetCurrentFramesetFrames()

Return Value

Type: Frame
Array of Frame objects representing the currently displayed frames.
Remarks
The array will only have more than one element if the sprite is currently displaying a composite frame. The frames are ordered from background to foreground.
See Also