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


NameDescriptionType
nameThe unique name identifier for this animation strip.str
frame_countThe number of frames in this animation strip.int
fpsThe playback speed in frames per second.float