Package | Description |
---|---|
com.b3dgs.lionengine.drawable |
Classic drawable classes for a ready to use image manipulation.
|
Modifier and Type | Method and Description |
---|---|
static SpriteAnimated |
Drawable.loadSpriteAnimated(ImageBuffer surface,
int horizontalFrames,
int verticalFrames)
Load an animated sprite, giving horizontal and vertical frames (sharing the same surface).
|
static SpriteAnimated |
Drawable.loadSpriteAnimated(Media media,
int horizontalFrames,
int verticalFrames)
Load an animated sprite from a file, giving horizontal and vertical frames.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.