com.threerings.opengl.model.config
Class AnimationConfig.ComponentAnimation

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

public static class AnimationConfig.ComponentAnimation
extends DeepObject
implements Exportable

Contains a component animation in a sequence.


Field Summary
 ConfigReference<AnimationConfig> animation
          The animation reference.
 float speed
          The speed of the animation.
 
Constructor Summary
AnimationConfig.ComponentAnimation()
           
 
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

speed

@Editable(min=0.0,
          step=0.01)
public float speed
The speed of the animation.


animation

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

Constructor Detail

AnimationConfig.ComponentAnimation

public AnimationConfig.ComponentAnimation()


Copyright © 2011. All Rights Reserved.