AnimTileFrameSequenceLength Property |
Return the total number of distinct animation frames in the tile.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public int FrameSequenceLength { get; }
Property Value
Type:
Int32Remarks Although a tile may have (for example) 3 distinct animation frames, they may be
spread out over 24 separate counter values be giving each frame a repeat count of 8.
This value will return 3 in this example, not 24.
See Also