TilesetPreprocessor constructor

TilesetPreprocessor(
  1. Theme theme, {
  2. bool initializeGeometry = false,
})

theme the theme to use for preprocessing initializeGeometry whether to initialize geometry as part of preprocessing. Defaults to false, only safe to use on the UI isolate.

Implementation

TilesetPreprocessor(this.theme, {bool initializeGeometry = false})
    : _initializeGeometry = initializeGeometry;