com.threerings.tudey.tools
Class ToolSceneConfig

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.crowd.data.PlaceConfig
          extended by com.threerings.tudey.data.TudeySceneConfig
              extended by com.threerings.tudey.tools.ToolSceneConfig
All Implemented Interfaces:
Exportable, Streamable, Copyable, Cloneable

public class ToolSceneConfig
extends TudeySceneConfig

Place configuration for Tudey scenes.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Constructor Summary
ToolSceneConfig()
           
 
Method Summary
 PlaceController createController()
           
 String getManagerClassName()
           
 
Methods inherited from class com.threerings.tudey.data.TudeySceneConfig
clone, copy, copy, equals, getInputAdvance, getTransmitInterval, hashCode
 
Methods inherited from class com.threerings.crowd.data.PlaceConfig
getControllerClass, toString
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolSceneConfig

public ToolSceneConfig()
Method Detail

createController

public PlaceController createController()
Overrides:
createController in class TudeySceneConfig

getManagerClassName

public String getManagerClassName()
Overrides:
getManagerClassName in class TudeySceneConfig