| Package | Description |
|---|---|
| com.threerings.media.tile | |
| com.threerings.miso.client |
| Modifier and Type | Method and Description |
|---|---|
Tile |
TileManager.getTile(int tileSetId,
int tileIndex,
TileSet.Colorizer rizer)
Returns the
Tile object from the specified tileset at the specified index. |
Tile |
TileSet.getTile(int tileIndex,
TileSet.Colorizer rizer)
Creates a
Tile object from this tileset corresponding to the specified tile id and
returns that tile. |
Tile |
TileManager.getTile(int fqTileId,
TileSet.Colorizer rizer)
Returns the
Tile object with the specified fully qualified tile id. |
| Modifier and Type | Method and Description |
|---|---|
void |
SceneObject.refreshObjectTile(MisoSceneMetrics metrics,
TileManager mgr,
TileSet.Colorizer colorizer)
Reloads and recolorizes our object tile.
|
| Constructor and Description |
|---|
SceneObject(MisoSceneMetrics metrics,
TileManager mgr,
TileSet.Colorizer colorizer,
ObjectInfo info) |
Copyright © 2015. All rights reserved.