| Package | Description |
|---|---|
| com.threerings.miso.client |
| Modifier and Type | Field and Description |
|---|---|
ObjectTile |
SceneObject.tile
The object tile used to display this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SceneBlock.computeMemoryUsage(Map<Tile.Key,BaseTile> bases,
Set<BaseTile> fringes,
Map<Tile.Key,ObjectTile> objects,
long[] usage)
Computes the memory usage of the base and object tiles in this
scene block; registering counted tiles in the hash map so that
other blocks can be sure not to double count them.
|
| Constructor and Description |
|---|
SceneObject(MisoSceneMetrics metrics,
ObjectInfo info,
ObjectTile tile)
Creates a scene object for display according to the supplied metrics.
|
SceneObject(MisoScenePanel panel,
ObjectInfo info,
ObjectTile tile)
Creates a scene object for display by the specified panel.
|
Copyright © 2015. All rights reserved.