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


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