public class MapTransitionExtractor extends Object
Constructor and Description |
---|
MapTransitionExtractor(MapTile map)
Create the extractor.
|
Modifier and Type | Method and Description |
---|---|
Transition |
getTransition(Tile tile)
Get the tile transition.
|
public MapTransitionExtractor(MapTile map)
The MapTile
must provide the following features:
map
- The map reference.LionEngineException
- If missing feature.public Transition getTransition(Tile tile)
tile
- The current tile.null
if none.Copyright © 2017 Byron 3D Games Studio. All rights reserved.