Package | Description |
---|---|
com.b3dgs.lionengine.game.platform.entity |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlatformRastered.render(com.b3dgs.lionengine.Graphic g,
CameraPlatform camera) |
void |
EntityPlatform.render(com.b3dgs.lionengine.Graphic g,
CameraPlatform camera)
Render on screen.
|
void |
EntityPlatform.renderAnim(com.b3dgs.lionengine.Graphic g,
com.b3dgs.lionengine.drawable.SpriteAnimated sprite,
CameraPlatform camera)
Render an animated sprite from the entity location, following camera view point.
|
void |
EntityPlatform.renderAnim(com.b3dgs.lionengine.Graphic g,
com.b3dgs.lionengine.drawable.SpriteAnimated sprite,
CameraPlatform camera,
int rx,
int ry)
Render an animated sprite from the entity location, following camera view point.
|
Constructor and Description |
---|
HandlerEntityPlatform(CameraPlatform camera)
Constructor.
|