Click or drag to resize

SpriteFrameIndex Property

This is the frame of the current animation sequence. You can use this if you need to figure out what frame index to resume something at, or something like that.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public int FrameIndex { get; }

Property Value

Type: Int32
See Also