com.threerings.opengl.model.config
Class ArticulatedConfig.AnimationMapping
java.lang.Object
com.threerings.util.DeepObject
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.
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.
ArticulatedConfig.AnimationMapping
public ArticulatedConfig.AnimationMapping()
Copyright © 2011. All Rights Reserved.