Uses of Class
com.threerings.tudey.config.TileConfig

Packages that use TileConfig
com.threerings.tudey.client.cursor   
com.threerings.tudey.client.sprite   
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.data Tudey data. 
 

Uses of TileConfig in com.threerings.tudey.client.cursor
 

Method parameters in com.threerings.tudey.client.cursor with type arguments of type TileConfig
 void TileCursor.configUpdated(ConfigEvent<TileConfig> event)
           
 

Uses of TileConfig in com.threerings.tudey.client.sprite
 

Method parameters in com.threerings.tudey.client.sprite with type arguments of type TileConfig
 void TileSprite.configUpdated(ConfigEvent<TileConfig> event)
           
 

Uses of TileConfig in com.threerings.tudey.config
 

Fields in com.threerings.tudey.config with type parameters of type TileConfig
 ConfigReference<TileConfig> TileConfig.Derived.tile
          The tile reference.
 ConfigReference<TileConfig> PaintableConfig.Tile.tile
          The tile reference.
 

Uses of TileConfig in com.threerings.tudey.data
 

Fields in com.threerings.tudey.data with type parameters of type TileConfig
 ConfigReference<TileConfig> TudeySceneModel.TileEntry.tile
          The configuration of the tile.
 



Copyright © 2011. All Rights Reserved.