Uses of Class
com.threerings.tudey.data.TudeySceneModel.AreaEntry

Packages that use TudeySceneModel.AreaEntry
com.threerings.tudey.client.cursor   
com.threerings.tudey.client.sprite   
 

Uses of TudeySceneModel.AreaEntry in com.threerings.tudey.client.cursor
 

Methods in com.threerings.tudey.client.cursor with parameters of type TudeySceneModel.AreaEntry
 void AreaCursor.Implementation.update(TudeySceneModel.AreaEntry entry)
          Updates the implementation to match the area state.
 void AreaCursor.Original.update(TudeySceneModel.AreaEntry entry)
           
 

Constructors in com.threerings.tudey.client.cursor with parameters of type TudeySceneModel.AreaEntry
AreaCursor(TudeyContext ctx, TudeySceneView view, TudeySceneModel.AreaEntry entry)
          Creates a new area cursor.
 

Uses of TudeySceneModel.AreaEntry in com.threerings.tudey.client.sprite
 

Methods in com.threerings.tudey.client.sprite with parameters of type TudeySceneModel.AreaEntry
 void AreaSprite.Implementation.update(TudeySceneModel.AreaEntry entry)
          Updates the implementation to match the area state.
 void AreaSprite.Original.update(TudeySceneModel.AreaEntry entry)
           
 

Constructors in com.threerings.tudey.client.sprite with parameters of type TudeySceneModel.AreaEntry
AreaSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.AreaEntry entry)
          Creates a new area sprite.
 



Copyright © 2011. All Rights Reserved.