com.threerings.tudey.config
Class ActorSpriteConfig.State

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

public static class ActorSpriteConfig.State
extends DeepObject
implements Exportable

Represents a single animated state.


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

Field Detail

animation

@Editable(nullable=true)
public ConfigReference<AnimationConfig> animation
The state animation.

Constructor Detail

ActorSpriteConfig.State

public ActorSpriteConfig.State()


Copyright © 2011. All Rights Reserved.