Porytiles
Loading...
Searching...
No Matches
porytiles::MangleResult Struct Reference

Result of the mangling operation. More...

#include <anim_key_frame_mangler.hpp>

Collaboration diagram for porytiles::MangleResult:
[legend]

Public Attributes

std::vector< PixelTile< IndexPixel > > tiles
 The tiles after mangling (unique)
 
std::set< TileMangleRecordmangle_records
 Record of all modifications made (ordered by tile_index)
 

Detailed Description

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.

Member Data Documentation

◆ mangle_records

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.

◆ tiles

std::vector<PixelTile<IndexPixel> > porytiles::MangleResult::tiles

The tiles after mangling (unique)

Definition at line 70 of file anim_key_frame_mangler.hpp.


The documentation for this struct was generated from the following file: