MapPostProcessor
public protocol MapPostProcessor : Producer
A specialized form of a PostProcessor that applies to Maps. It is called after all Layers
and Objects have been made and processed
-
Enables you to post process a map, even creating a different instance of the specialized map for the engine. As it is called after all other contents have been specialized you can apply changes to everything within your specialized map
Declaration
Parameters
specializedMapThe output of the factory, or previous post processor
mapThe original Tiled map
projectThe project the map was loaded from
View on GitHub
MapPostProcessor Protocol Reference