public abstract class View
extends java.lang.Object
Constructor and Description |
---|
View() |
Modifier and Type | Method and Description |
---|---|
abstract com.badlogic.gdx.graphics.g2d.SpriteBatch |
getBatch() |
int |
getOrientation()
Get the value of orientation
|
com.badlogic.gdx.graphics.glutils.ShaderProgram |
getShader() |
abstract com.badlogic.gdx.graphics.glutils.ShapeRenderer |
getShapeRenderer() |
void |
init() |
void |
setOrientation(int orientation)
Set the 0 front, 1 from right, 2 from behind, 3 from left, 4 - undefined
|
public abstract com.badlogic.gdx.graphics.g2d.SpriteBatch getBatch()
public abstract com.badlogic.gdx.graphics.glutils.ShapeRenderer getShapeRenderer()
public void init()
public com.badlogic.gdx.graphics.glutils.ShaderProgram getShader()
public int getOrientation()
public void setOrientation(int orientation)
orientation
- new value of orientation