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