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


NameDescriptionType
nameThe name of the sheet strip.str
frame_countThe number of frames in the sheet strip.int
fpsThe frames per second of the sheet strip.int