Templated factory class to create instances of Tile.
Initialize the factory using the constructor of the element to be called when a Tile is created.
Constructor of (subclass of) Tile.
Create an instance of (subclass of) Tile. The required parameters are passed as arguments to the constructor of Tile.
[[Datasource]] this class belongs to.
Quadtree address of the Tile.
Generated using TypeDoc
Templated factory class to create instances of Tile.