| Package | Description |
|---|---|
| ch.hevs.gdx2d.lib |
The library wrapper that is built around
libgdx. |
| Modifier and Type | Method and Description |
|---|---|
void |
GdxGraphics.drawAlphaPicture(float posX,
float posY,
float alpha,
BitmapImage img)
Draw a picture at a specific position with transparency (alpha).
|
void |
GdxGraphics.drawAlphaPicture(float posX,
float posY,
float angle,
float scale,
float alpha,
BitmapImage img)
Draw a picture at a specific position with transparency (alpha).
|
void |
GdxGraphics.drawAlphaPicture(Vector2 pos,
float alpha,
BitmapImage img)
Draw a picture at a specific position with transparency (alpha).
|
void |
GdxGraphics.drawBackground(BitmapImage t,
float i,
float j)
Draw an image in the background that will not move with the camera.
|
void |
GdxGraphics.drawPicture(float posX,
float posY,
BitmapImage bitmap)
Draw a picture at a specific position.
|
void |
GdxGraphics.drawTransformedPicture(float posX,
float posY,
float angle,
float scale,
BitmapImage bitmap)
Draws a picture at a specific position with a scale and an angle.
|
void |
GdxGraphics.drawTransformedPicture(float posX,
float posY,
float angle,
float width,
float height,
BitmapImage bitmap)
Draw a stretched picture at a specific position.
|
void |
GdxGraphics.drawTransformedPicture(float posX,
float posY,
float centerX,
float centerY,
float angle,
float scale,
BitmapImage bitmap)
Draw a picture at a specific position with a custom center of rotation.
|
Copyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d