November 2015
Beginner to intermediate
420 pages
9h 2m
English
The next class represented in our top-level class diagram is MapManager, which can be found at core/src/com/packtpub/libgdx/bludbourne/MapManager.java. This class has helper methods for loading the TiledMap maps, as well as methods for accessing the different MapLayer, and MapObject objects in the layers.
A class diagram that outlines the different attributes and helper methods is represented by the following diagram (Figure 10):

Figure 10
The import classes are as follows:
package com.packtpub.libgdx.bludbourne; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.maps.MapLayer; ...
Read now
Unlock full access