public class AnimatedEntity extends Object
Modifier and Type | Field and Description |
---|---|
com.badlogic.gdx.scenes.scene2d.Actor |
actor |
boolean |
animating |
boolean |
doubleWidth |
int |
gridX |
int |
gridY |
Constructor and Description |
---|
AnimatedEntity(com.badlogic.gdx.scenes.scene2d.Actor actor,
int x,
int y) |
AnimatedEntity(com.badlogic.gdx.scenes.scene2d.Actor actor,
int x,
int y,
boolean doubleWidth) |
public com.badlogic.gdx.scenes.scene2d.Actor actor
public int gridX
public int gridY
public boolean animating
public boolean doubleWidth
public AnimatedEntity(com.badlogic.gdx.scenes.scene2d.Actor actor, int x, int y)
public AnimatedEntity(com.badlogic.gdx.scenes.scene2d.Actor actor, int x, int y, boolean doubleWidth)
Copyright © 2012–2016. All rights reserved.