A descriptor for one horizontal strip (row) in a sprite sheet.
SheetStrip(name: str, frame_count: int, fps: float) → SheetStripSheetStrip(name: str, frame_count: int, fps: float) → SheetStrip
A descriptor for one horizontal strip (row) in a sprite sheet.
| Name | Description | Type |
|---|---|---|
fps | The playback speed in frames per second. | float |
frame_count | The number of frames in this animation strip. | int |
name | The unique name identifier for this animation strip. | str |