public static interface TilesExtractor.ProgressListener
Modifier and Type | Method and Description |
---|---|
void |
notifyProgress(int percent,
Collection<ImageBuffer> tiles)
Called once progress detected.
|
void notifyProgress(int percent, Collection<ImageBuffer> tiles)
percent
- Progress percent.tiles
- The extracted tiles.Copyright © 2016 Byron 3D Games Studio. All rights reserved.