SheetStrip
A descriptor for one horizontal strip (row) in a sprite sheet.
Constructor
-
SheetStrip(
name: str,
frame_count: SupportsInt,
fps: SupportsFloat
) → SheetStrip
A descriptor for one horizontal strip (row) in a sprite sheet.
Properties
| 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 |