com.threerings.miso.tile
Class BaseTile
java.lang.Object
com.threerings.media.tile.Tile
com.threerings.miso.tile.BaseTile
- Direct Known Subclasses:
- AutoFringer.FringeTile
public class BaseTile
- extends Tile
Extends the tile class to add support for tile passability.
- See Also:
BaseTileSet
| Nested classes/interfaces inherited from class com.threerings.media.tile.Tile |
Tile.Key |
|
Field Summary |
protected boolean |
_passable
Whether the tile is passable. |
|
Method Summary |
boolean |
isPassable()
Returns whether or not this tile can be walked upon by character
sprites. |
void |
setPassable(boolean passable)
Configures this base tile as passable or impassable. |
_passable
protected boolean _passable
- Whether the tile is passable.
BaseTile
public BaseTile()
isPassable
public boolean isPassable()
- Returns whether or not this tile can be walked upon by character
sprites.
setPassable
public void setPassable(boolean passable)
- Configures this base tile as passable or impassable.