com.threerings.opengl.model.config
Class AnimationConfig.FrameAction
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.AnimationConfig.FrameAction
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- AnimationConfig
public static class AnimationConfig.FrameAction
- extends DeepObject
- implements Exportable
An action to perform at a specific frame in the animation.
frame
@Editable(min=0.0,
step=0.01)
public float frame
- The frame at which to perform the action.
action
@Editable
public ActionConfig action
- The action to perform.
AnimationConfig.FrameAction
public AnimationConfig.FrameAction()
Copyright © 2011. All Rights Reserved.