com.threerings.tudey.config
Class ActorSpriteConfig.ModelState

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ActorSpriteConfig.ModelState
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ActorSpriteConfig

public static class ActorSpriteConfig.ModelState
extends DeepObject
implements Exportable

Represents a single animated state.


Field Summary
 ConfigReference<ModelConfig> model
          The state model.
 
Constructor Summary
ActorSpriteConfig.ModelState()
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

model

@Editable(nullable=true)
public ConfigReference<ModelConfig> model
The state model.

Constructor Detail

ActorSpriteConfig.ModelState

public ActorSpriteConfig.ModelState()