CF_SpriteSlice¶
Category: sprite
GitHub: cute_sprite.h
A box defined within a .ase file.
Struct Members | Description |
---|---|
int frame_index |
Which frame this slice belongs to. It's valid on all subsequent frames. |
const char* name |
The name of the slice. |
CF_Aabb box |
The box defining the slice. |
Remarks¶
Each frame can have different slices.