Package | Description |
---|---|
com.b3dgs.lionengine.game.camera |
Camera system which represents the viewer, able to track anything.
|
com.b3dgs.lionengine.game.map |
Tile based map handling with
Features layer that will allow to customize
the services provided by the map dynamically. |
com.b3dgs.lionengine.game.selector |
Selector system which allows to select and area and notify it.
|
com.b3dgs.lionengine.game.tile |
Tile based handling with
Feature layer that will allow to customize the
services provided by the tile dynamically. |
Modifier and Type | Class and Description |
---|---|
class |
Camera
Standard camera, able to handle movement, and both vertical/horizontal interval.
|
Modifier and Type | Class and Description |
---|---|
class |
MapTileGame
Abstract representation of a standard tile based map.
|
Modifier and Type | Class and Description |
---|---|
class |
Selector
This class allows to perform a selection inside a dedicated area, and retrieve the
Rectangle representing the
selection. |
Modifier and Type | Class and Description |
---|---|
class |
TileGame
Tile base implementation.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.