Uses of Interface
com.threerings.whirled.data.SceneCodes

Packages that use SceneCodes
com.threerings.stage.server   
com.threerings.whirled.client   
com.threerings.whirled.server   
com.threerings.whirled.spot.client   
com.threerings.whirled.spot.data   
com.threerings.whirled.spot.server   
com.threerings.whirled.zone.data   
 

Uses of SceneCodes in com.threerings.stage.server
 

Classes in com.threerings.stage.server that implement SceneCodes
 class StageSceneManager
          Defines extensions to the basic Stage scene manager specific to displaying isometric "stage" scenes (these may be indoor, outdoor or aboard a vessel).
 

Uses of SceneCodes in com.threerings.whirled.client
 

Classes in com.threerings.whirled.client that implement SceneCodes
 class SceneDirector
          The scene director is the client's interface to all things scene related.
 

Uses of SceneCodes in com.threerings.whirled.server
 

Classes in com.threerings.whirled.server that implement SceneCodes
 class SceneRegistry
          The scene registry is responsible for the management of all scenes.
 

Uses of SceneCodes in com.threerings.whirled.spot.client
 

Classes in com.threerings.whirled.spot.client that implement SceneCodes
 class SpotSceneDirector
          Extends the standard scene director with facilities to move between locations within a scene.
 

Uses of SceneCodes in com.threerings.whirled.spot.data
 

Subinterfaces of SceneCodes in com.threerings.whirled.spot.data
 interface SpotCodes
          Contains codes used by the Spot invocation services.
 

Uses of SceneCodes in com.threerings.whirled.spot.server
 

Classes in com.threerings.whirled.spot.server that implement SceneCodes
 class SpotSceneManager
          Handles the movement of bodies between locations in the scene and creates the necessary distributed objects to allow bodies in clusters to chat with one another.
 class SpotSceneRegistry
          Extends the SceneRegistry with spot-related services.
 

Uses of SceneCodes in com.threerings.whirled.zone.data
 

Subinterfaces of SceneCodes in com.threerings.whirled.zone.data
 interface ZoneCodes
          Contains codes used by the zone services.
 



Copyright © 2011. All Rights Reserved.