com.threerings.tudey.data
Class EntityKey

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.tudey.data.EntityKey
All Implemented Interfaces:
Streamable
Direct Known Subclasses:
EntityKey.Actor, EntityKey.Entry

public abstract class EntityKey
extends SimpleStreamableObject

Identifies an entity (scene entry or actor) within the scene.


Nested Class Summary
static class EntityKey.Actor
          Identifies an actor.
static class EntityKey.Entry
          Identifies an entry.
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Constructor Summary
EntityKey()
           
 
Method Summary
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityKey

public EntityKey()