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

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

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

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

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

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

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

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



Copyright © 2011. All Rights Reserved.