Package | Description |
---|---|
cell2d |
Modifier and Type | Field and Description |
---|---|
static Sprite |
Sprite.BLANK
A blank Sprite with no appearance.
|
Modifier and Type | Method and Description |
---|---|
Sprite |
AnimationInstance.getCurrentSprite()
Returns the Sprite that is specified by this AnimationInstance's current
indices, and that the draw() methods will draw if called now.
|
Sprite |
SpriteSheet.getSprite(int x,
int y)
Returns the Sprite at the specified coordinates.
|
Constructor and Description |
---|
Sprite(Sprite sprite,
Filter filter,
boolean load)
Creates a new Sprite from an existing Sprite with a Filter applied to it.
|