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