| Package | Description |
|---|---|
| com.threerings.media.tile |
| Modifier and Type | Class and Description |
|---|---|
class |
IMImageProvider
Provides images to a tileset given a reference to the image manager and
an image data provider.
|
class |
SimpleCachingImageProvider
An image provider that can be used by command line tools to load images and provide them to
tilesets when doing things like preprocessing tileset images.
|
| Modifier and Type | Method and Description |
|---|---|
ImageProvider |
TileManager.getImageProvider(String rset)
Returns an image provider that will load images from the specified resource set.
|
| Modifier and Type | Method and Description |
|---|---|
UniformTileSet |
TileManager.loadTileSet(ImageProvider improv,
String improvKey,
String imgPath,
int width,
int height) |
void |
TileSet.setImageProvider(ImageProvider improv)
Configures this tileset with an image provider that it can use to load its tileset image.
|
Copyright © 2015. All rights reserved.