public class EditorTileManager
extends com.threerings.miso.tile.MisoTileManager
| Constructor and Description |
|---|
EditorTileManager(com.threerings.resource.ResourceManager rmgr,
com.threerings.media.image.ImageManager imgr) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestTileSet(int id,
com.threerings.media.tile.TileSet set)
Add a test tile set to search before normal tilesets.
|
void |
clearTestTileSets()
Clear all of our existing test tile sets.
|
com.threerings.media.tile.TileSet |
getTileSet(int tileSetId) |
public EditorTileManager(com.threerings.resource.ResourceManager rmgr,
com.threerings.media.image.ImageManager imgr)
public com.threerings.media.tile.TileSet getTileSet(int tileSetId)
throws com.threerings.media.tile.NoSuchTileSetException
getTileSet in class com.threerings.media.tile.TileManagercom.threerings.media.tile.NoSuchTileSetExceptionpublic void addTestTileSet(int id,
com.threerings.media.tile.TileSet set)
public void clearTestTileSets()
Copyright © 2015. All rights reserved.