@EditorMessageBundle(value="editor.tudey")

Package com.threerings.tudey.data

Tudey data.

See:
          Description

Interface Summary
TudeyCodes Codes and constants relating to the Tudey system.
TudeySceneModel.LayerObserver An extended Observer interface for observers interested in layers.
TudeySceneModel.Observer An interface for objects interested in changes to the scene model.
 

Class Summary
EntityKey Identifies an entity (scene entry or actor) within the scene.
EntityKey.Actor Identifies an actor.
EntityKey.Entry Identifies an entry.
InputFrame Represents a single frame of user input.
ModifyEntriesUpdate A scene update that is broadcast when entries have been added to, removed from, or updated within the scene.
TudeyBodyObject Extends BodyObject with Tudey-specified data.
TudeyOccupantInfo Extends OccupantInfo to include the occupant's pawn id, if any.
TudeySceneConfig Place configuration for Tudey scenes.
TudeySceneMarshaller Provides the implementation of the TudeySceneService interface that marshalls the arguments and delivers the request to the provider on the server.
TudeySceneModel Contains a representation of a Tudey scene.
TudeySceneModel.AreaEntry An area entry.
TudeySceneModel.Entry An entry in the scene.
TudeySceneModel.GlobalEntry A global entry.
TudeySceneModel.IdEntry An entry identified by an integer id.
TudeySceneModel.Paint Contains information on a painted location.
TudeySceneModel.PathEntry A path entry.
TudeySceneModel.PlaceableEntry A placeable entry.
TudeySceneModel.TileEntry A tile entry.
TudeySceneModel.Vertex Represents a single vertex in a path or area.
TudeySceneObject Extends the SceneObject with information specific to Tudey scenes.
 

Enum Summary
TudeySceneModel.Paint.Type The types of paint.
 

Package com.threerings.tudey.data Description

Tudey data.



Copyright © 2011. All Rights Reserved.