com.threerings.opengl.model.config
Class ArticulatedConfig.AnimationMapping

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.model.config.ArticulatedConfig.AnimationMapping
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ArticulatedConfig

public static class ArticulatedConfig.AnimationMapping
extends DeepObject
implements Exportable

A named animation reference.


Field Summary
 ConfigReference<AnimationConfig> animation
          The animation associated with the name.
 String name
          The name of the reference.
 boolean startAutomatically
          Whether or not to start this animation automatically.
 
Constructor Summary
ArticulatedConfig.AnimationMapping()
           
 
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

name

@Editable
public String name
The name of the reference.


animation

@Editable(nullable=true)
public ConfigReference<AnimationConfig> animation
The animation associated with the name.


startAutomatically

@Editable
public boolean startAutomatically
Whether or not to start this animation automatically.

Constructor Detail

ArticulatedConfig.AnimationMapping

public ArticulatedConfig.AnimationMapping()


Copyright © 2011. All Rights Reserved.