Click or drag to resize
AnimTileFrameSequenceIndex Property
Return the index of the current distinct animation frame in the tile's animation sequence. (NOT a counter value)

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public int FrameSequenceIndex { get; }

Property Value

Type: Int32
Remarks
If a tile's first frame has a repeat count of 2, then counter values of 1 and 2 will yield the same animation frame for that tile, and a counter value of 3 will yield the next animation frame. Notice that these were 3 counter values, but only 2 distinct frames. This property will return 1 for counter values of 1 and 2, and 2 for a counter value of 3 in this example.
See Also