CrImage::Util::SpriteLayout
Inherits Enum / Comparable / Value / Object
Sprite sheet layout strategies.
Different layout algorithms for organizing sprites:
Horizontal: Single row, left to rightVertical: Single column, top to bottomGrid: Uniform grid with automatic dimensionsPacked: Efficient packing to minimize wasted space
Constants
Horizontal = 0
Vertical = 1
Grid = 2
Packed = 3