bubolo
 All Classes Namespaces Functions Variables Enumerator
Public Member Functions | Package Functions | List of all members
bubolo.graphics.RoadSprite Class Reference
Inheritance diagram for bubolo.graphics.RoadSprite:

Public Member Functions

void draw (SpriteBatch batch, Camera camera, DrawLayer layer)
 

Package Functions

 RoadSprite (Road road)
 

Detailed Description

The graphical representation of a Tank.

Author
BU673 - Clone Industries

Definition at line 14 of file RoadSprite.java.

Constructor & Destructor Documentation

bubolo.graphics.RoadSprite.RoadSprite ( Road  road)
package

Constructor for the RoadSprite. This is Package-private because sprites should not be directly created outside of the graphics system (instead, call the Sprite.create(entity) static method).

Parameters
roadReference to the road that this RoadSprite represents.

Definition at line 26 of file RoadSprite.java.

References bubolo.graphics.DrawLayer.OBJECTS.

Member Function Documentation

void bubolo.graphics.RoadSprite.draw ( SpriteBatch  batch,
Camera  camera,
DrawLayer  layer 
)

Definition at line 35 of file RoadSprite.java.