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

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by 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.


Field Summary
 ActionConfig action
          The action to perform.
 float frame
          The frame at which to perform the action.
 
Constructor Summary
AnimationConfig.FrameAction()
           
 
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

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.

Constructor Detail

AnimationConfig.FrameAction

public AnimationConfig.FrameAction()


Copyright © 2011. All Rights Reserved.