|
Porytiles
|
Result of the mangling operation. More...
#include <anim_key_frame_mangler.hpp>
Public Attributes | |
| std::vector< PixelTile< IndexPixel > > | tiles |
| The tiles after mangling (unique) | |
| std::set< TileMangleRecord > | mangle_records |
| Record of all modifications made (ordered by tile_index) | |
Result of the mangling operation.
Contains the potentially modified tiles and a record of all modifications made. If no duplicates were found, the mangle_records vector will be empty and tiles will be unchanged.
Definition at line 69 of file anim_key_frame_mangler.hpp.
| std::set<TileMangleRecord> porytiles::MangleResult::mangle_records |
Record of all modifications made (ordered by tile_index)
Definition at line 72 of file anim_key_frame_mangler.hpp.
| std::vector<PixelTile<IndexPixel> > porytiles::MangleResult::tiles |
The tiles after mangling (unique)
Definition at line 70 of file anim_key_frame_mangler.hpp.