SheetStrip
Sheet strip object to use with AnimationController.
Constructor
SheetStrip(name: str, frame_count: int, fps: float)Parameters
name: Unique identifier for this animation.frame_count: Number of frames to extract from this strip/row.fps: Frames per second for playback timing.
Properties
| Name | Description | Type |
|---|---|---|
name | The name of the sheet strip. | str |
frame_count | The number of frames in the sheet strip. | int |
fps | The frames per second of the sheet strip. | int |