com.threerings.opengl.model
Class Animation.FrameExecutor

java.lang.Object
  extended by com.threerings.opengl.model.Animation.FrameExecutor
Enclosing class:
Animation

protected static class Animation.FrameExecutor
extends Object

Contains an executor to activate at a specific frame.


Field Summary
 Executor executor
          The action executor.
 float frame
          The frame at which to execute the action.
 
Constructor Summary
Animation.FrameExecutor(float frame, Executor executor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

public float frame
The frame at which to execute the action.


executor

public Executor executor
The action executor.

Constructor Detail

Animation.FrameExecutor

public Animation.FrameExecutor(float frame,
                               Executor executor)